Skip to content

Commit 631f73a

Browse files
collucamicprog
authored andcommitted
axi_xbar: Remove redundant assertions
1 parent 7f4b74f commit 631f73a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/axi_xbar.sv

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -154,18 +154,6 @@ import cf_math_pkg::idx_width;
154154
);
155155
end
156156

157-
// pragma translate_off
158-
`ifndef VERILATOR
159-
`ifndef XSIM
160-
initial begin : check_params
161-
id_slv_req_ports: assert ($bits(slv_ports_req_i[0].aw.id ) == Cfg.AxiIdWidthSlvPorts) else
162-
$fatal(1, $sformatf("Slv_req and aw_chan id width not equal."));
163-
id_slv_resp_ports: assert ($bits(slv_ports_resp_o[0].r.id) == Cfg.AxiIdWidthSlvPorts) else
164-
$fatal(1, $sformatf("Slv_req and aw_chan id width not equal."));
165-
end
166-
`endif
167-
`endif
168-
// pragma translate_on
169157
endmodule
170158

171159
`include "axi/assign.svh"

0 commit comments

Comments
 (0)