Skip to content

Commit

Permalink
test: Fix bandwidth loss in tb_memory_axi IP
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 15, 2023
1 parent 62f1937 commit 18b4f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/common/test/tb_memory_axi.sv
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ module tb_memory_axi #(
.ID_WIDTH ( AxiIdWidth ),
.USER_WIDTH ( AxiUserWidth ),
.DECOUPLE_W ( 1 ),
.FULL_BW ( 1 ),
.AXI_MAX_WRITE_TXNS ( 32'd128 ),
.AXI_MAX_READ_TXNS ( 32'd128 )
) i_axi_to_reg (
Expand Down

0 comments on commit 18b4f33

Please sign in to comment.