We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
axi_xbar
1 parent 7f4b74f commit 631f73aCopy full SHA for 631f73a
src/axi_xbar.sv
@@ -154,18 +154,6 @@ import cf_math_pkg::idx_width;
154
);
155
end
156
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
165
- end
166
- `endif
167
168
- // pragma translate_on
169
endmodule
170
171
`include "axi/assign.svh"
0 commit comments