The following parameter is set to 4 and cannot be changed via external parametrization if I am not mistaken:
|
parameter int unsigned UseIdBits = 32'd4; |
If an ID width smaller than 4 is used, the following instantiation of AXI demux will throw errors due to out of bound indexing:
|
.AxiLookBits ( axi_llc_pkg::UseIdBits ), |
The following parameter is set to 4 and cannot be changed via external parametrization if I am not mistaken:
axi_llc/src/axi_llc_pkg.sv
Line 235 in 0c581ed
If an ID width smaller than 4 is used, the following instantiation of AXI demux will throw errors due to out of bound indexing:
axi_llc/src/axi_llc_top.sv
Line 473 in 0c581ed