You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verilog: cleanout unused Boolean operators from type checker
The Boolean ID_xor, ID_xnor, ID_nand, ID_nor are only ever generated as
output by the Verilog type checker, and should never be inputs.
This removes the case that handles them as inputs.
0 commit comments