Skip to content

Commit

Permalink
axi_interleaved_xbar: fix parameter order
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Jul 3, 2024
1 parent b17cd7a commit ccc65a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axi_interleaved_xbar.sv
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ endmodule : axi_interleaved_xbar
module axi_interleaved_xbar_intf
import cf_math_pkg::idx_width;
#(
parameter axi_pkg::xbar_cfg_t Cfg = '0,
parameter int unsigned AXI_USER_WIDTH = 0,
parameter bit ATOPS = 1'b1,
parameter bit [Cfg.NoSlvPorts-1:0][Cfg.NoMstPorts-1:0] CONNECTIVITY = '1,
parameter axi_pkg::xbar_cfg_t Cfg = '0,
parameter type rule_t = axi_pkg::xbar_rule_64_t
`ifdef VCS
, localparam int unsigned MstPortsIdxWidth =
Expand Down

0 comments on commit ccc65a8

Please sign in to comment.