Skip to content

ID widths smaller than 4 cause out-of-bound indexing warning/error #25

@ricted98

Description

@ricted98

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions