Skip to content

Commit 3de08ff

Browse files
committed
Rename axi_mcast_demux to axi_mcast_demux_mapped
1 parent 674d26e commit 3de08ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Bender.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/axi_mcast_demux.sv renamed to src/axi_mcast_demux_mapped.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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,

src/axi_mcast_xbar_unmuxed.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ),

0 commit comments

Comments
 (0)