File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ sources:
8383 - src/axi_dw_converter.sv
8484 - src/axi_from_mem.sv
8585 - src/axi_id_serialize.sv
86- - src/axi_mcast_demux.sv
8786 - src/axi_lfsr.sv
87+ - src/axi_mcast_demux_mapped.sv
8888 - src/axi_multicut.sv
8989 - src/axi_to_axi_lite.sv
9090 - src/axi_to_mem.sv
Original file line number Diff line number Diff line change 4040// /
4141// / Beats on the B and R channel are multiplexed from the master ports to the slave port with
4242// / a round-robin arbitration tree.
43- module axi_mcast_demux # (
43+ module axi_mcast_demux_mapped # (
4444 parameter int unsigned AxiIdWidth = 32'd0 ,
4545 parameter int unsigned AxiAddrWidth = 32'd0 ,
4646 parameter bit AtopSupport = 1'b1 ,
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ import cf_math_pkg::idx_width;
120120 `endif
121121 // pragma translate_on
122122
123- axi_mcast_demux # (
123+ axi_mcast_demux_mapped # (
124124 .AxiIdWidth ( Cfg.AxiIdWidthSlvPorts ), // ID Width
125125 .AxiAddrWidth ( Cfg.AxiAddrWidth ),
126126 .AtopSupport ( ATOPs ),
You can’t perform that action at this time.
0 commit comments