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 ), |