Skip to content

Commit 19d1845

Browse files
committed
axi_mcast_demux_simple: Update popcount width as per common_cells v2
1 parent ce80b5c commit 19d1845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/axi_mcast_demux_simple.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module axi_mcast_demux_simple #(
109109
logic multicast_stall;
110110
mask_select_t multicast_select_q, multicast_select_d;
111111
mcast_cnt_t outstanding_mcast_cnt_q, outstanding_mcast_cnt_d;
112-
logic [$clog2(NoMstPorts)+1-1:0] aw_select_popcount;
112+
logic [$clog2(NoMstPorts+1)-1:0] aw_select_popcount;
113113
logic accept_aw;
114114
logic mcast_aw_hs_in_progress;
115115

0 commit comments

Comments
 (0)