Forum Discussion
Altera_Forum
Honored Contributor
10 years agoWhich means the inputs are active low (e.g. if it is a push button it means you get a zero when the button is pressed), and the output is inverted (e.g. the LED is driven by a n-channel FET, NPN transistor, or connected with anode to VCC and cathode to the pin).
The boolean reduction of your ~(~a & ~b) is simply (a | b), so if all inputs and the output have inverted meaning then you need to do the OR function.