Skip to content

Commit

Permalink
remove duplicated parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
skokvermon committed Aug 29, 2022
1 parent de954cd commit bc83586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/axi_xbar.sv
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ import cf_math_pkg::idx_width;
#(
parameter axi_pkg::xbar_cfg_t Cfg = '0,
parameter int unsigned AXI_USER_WIDTH = 0,
parameter axi_pkg::xbar_cfg_t Cfg = '0,
parameter bit ATOPS = 1'b1,
parameter bit [Cfg.NoSlvPorts-1:0][Cfg.NoMstPorts-1:0] CONNECTIVITY = '1,
parameter type rule_t = axi_pkg::xbar_rule_64_t
Expand Down

0 comments on commit bc83586

Please sign in to comment.