Skip to content

Commit

Permalink
fix #51?
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Jul 9, 2024
1 parent a6b190c commit f1dc74d
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 @@ -182,11 +182,11 @@ ${database[p]['max_beats_per_burst']} * StrbWidth > ${database[p]['page_size']}\
//--------------------------------------
% if no_read_bursting or has_page_read_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_read_page_splitter (
% if no_read_bursting:
.not_bursting_i ( 1'b1 ),
Expand Down

0 comments on commit f1dc74d

Please sign in to comment.