Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Feb 21, 2024
1 parent fb12f45 commit 070900b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/axi_zero_mem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module axi_zero_mem #(
logic zero_mem_gnt, zero_mem_req, zero_mem_we;
logic zero_mem_valid_req_d, zero_mem_valid_req_q;

axi_to_mem #(
axi_to_detailed_mem #(
.axi_req_t ( axi_req_t ),
.axi_resp_t ( axi_resp_t ),
.AddrWidth ( AddrWidth ),
Expand All @@ -63,7 +63,7 @@ module axi_zero_mem #(
.BufDepth ( BufDepth ),
.HideStrb ( 1'b0 ),
.OutFifoDepth( 32'd1 ),
) i_axi_to_mem (
) i_axi_to_detailed_mem (
.clk_i,
.rst_ni,
.busy_o,
Expand Down

0 comments on commit 070900b

Please sign in to comment.