Fix DontCares
powerjg opened this issue · 1 comments
powerjg commented
According to @nganjehloo the rule of thumb should be
This is OK
val wire = DontCare
But, the is not OK
wire := DontCare
It would be better if we can remove all of the DontCare. Explicitly using 0 would be better.
powerjg commented
Related, want to remove all switch
statements.