Skip to content

Commit fed6a2f

Browse files
committed
axi_mcast_demux: Remove unique case warning when values are X
1 parent e4862ec commit fed6a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/axi_mcast_demux.sv

+1
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ module axi_mcast_demux #(
512512
// In the next cycle we are again idle
513513
MCastAwHandshakeInProgress:
514514
mcast_aw_hs_state_d = MCastAwHandshakeIdle;
515+
default: ;
515516
endcase
516517
end
517518

0 commit comments

Comments
 (0)