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 4cd80bb commit 70d55bf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions rtl/dma/safety_island_dma_generated.sv
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,11 @@ module idma_legalizer_rw_obi #(
// read boundary check
//--------------------------------------
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 (
.not_bursting_i ( 1'b1 ),

Expand All @@ -394,11 +394,11 @@ module idma_legalizer_rw_obi #(
// write boundary check
//--------------------------------------
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 (
.not_bursting_i ( 1'b1 ),

Expand Down

0 comments on commit 70d55bf

Please sign in to comment.