Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Jul 9, 2024
1 parent f1dc74d commit 368ec55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/backend/tpl/idma_legalizer.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,11 @@ r_num_bytes_to_pb = r_page_num_bytes_to_pb;
//--------------------------------------
% if no_write_bursting or has_page_write_bursting:
idma_legalizer_page_splitter #(
.OffsetWidth ( OffsetWidth ),
.PageAddrWidth ( PageSize ),
.addr_t ( addr_t ),
.page_len_t ( page_len_t ),
.page_addr_t ( page_addr_t )
.OffsetWidth ( OffsetWidth ),
.PageAddrWidth ( PageAddrWidth ),
.addr_t ( addr_t ),
.page_len_t ( page_len_t ),
.page_addr_t ( page_addr_t )
) i_write_page_splitter (
% if no_write_bursting:
.not_bursting_i ( 1'b1 ),
Expand Down

0 comments on commit 368ec55

Please sign in to comment.