Skip to content

Commit

Permalink
axi_mcast_demux: Remove unique case warning when values are X
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Dec 20, 2023
1 parent e4862ec commit fed6a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/axi_mcast_demux.sv
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ module axi_mcast_demux #(
// In the next cycle we are again idle
MCastAwHandshakeInProgress:
mcast_aw_hs_state_d = MCastAwHandshakeIdle;
default: ;
endcase
end

Expand Down

0 comments on commit fed6a2f

Please sign in to comment.