Skip to content

Commit

Permalink
axi_xbar_wrap: Parametrise MstPortsIdxWidth
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Nov 6, 2024
1 parent 702d900 commit a9b61b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axi_xbar_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import cf_math_pkg::idx_width;
/// Enables a default master port for each slave port. When this is enabled unmapped
/// transactions get issued at the master port given by `default_mst_port_i`.
/// When not used, tie to `'0`.
input logic [Cfg.NoSlvPorts-1:0][1-1:0] default_mst_port_i
input logic [Cfg.NoSlvPorts-1:0][MstPortsIdxWidth-1:0] default_mst_port_i
`else
/// Enables a default master port for each slave port. When this is enabled unmapped
/// transactions get issued at the master port given by `default_mst_port_i`.
Expand Down

0 comments on commit a9b61b9

Please sign in to comment.