Skip to content

Commit

Permalink
Fix v2
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Feb 21, 2024
1 parent 2583ec4 commit d7219b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axi_zero_mem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module axi_zero_mem #(
.NumBanks ( 32'd1 ),
.BufDepth ( BufDepth ),
.HideStrb ( 1'b0 ),
.OutFifoDepth( 32'd1 ),
.OutFifoDepth( 32'd1 )
) i_axi_to_detailed_mem (
.clk_i,
.rst_ni,
Expand Down

0 comments on commit d7219b0

Please sign in to comment.