Skip to content

Commit

Permalink
do not check ranges in ahb_to_axi4 in tb
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak committed Dec 5, 2024
1 parent 7153e4b commit a895a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbench/ahb_lsu_dma_bridge.sv
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module ahb_lsu_dma_bridge
assign s0_axi_araddr = m_axi_araddr;
assign s0_axi_arsize = m_axi_arsize;

ahb_to_axi4 #(.pt(pt)) m_ahb_to_axi (
ahb_to_axi4 #(.pt(pt), .CHECK_RANGES(0)) m_ahb_to_axi (
.clk(clk),
.rst_l(reset_l),
.scan_mode('0),
Expand Down

0 comments on commit a895a08

Please sign in to comment.