Closed powerjg closed 4 years ago
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.
Related, want to remove all switch statements.
switch
According to @nganjehloo the rule of thumb should be
This is OK
But, the is not OK
It would be better if we can remove all of the DontCare. Explicitly using 0 would be better.