AXI muckbucket
params_pkg Namespace Reference

Parameters used in the design and testbench are kept here. More...

Detailed Description

Parameters used in the design and testbench are kept here.

The top level module, tb, in this case, imports this package and references it to set the design and tb parameters. For example, in tb.sv: import params_pkg::*; parameter C_AXI_ID_WIDTH = params_pkg::AXI_ID_WIDTH;

See also
tb.sv