Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

OR condition acts like an AND in Verilog?

Short Version: I have an input to a module and a wire within the module. When either of these are TRUE, I want something to happen. However, only when the input is fixed TRUE and the wire flips t...