Forum Discussion
ak6dn
Regular Contributor
6 years agoI suspect your signal inputs are setup in the schematic as active low.
The input has a pullup connected/enabled on it, so when you push the switch it grounds the line.
Thus the normal input state is high, and it goes low when you push the switch.
So that is why you need to invert the inputs before you use them, if you want normal to be '0' and switch pushed to be a '1'.
Your LEDs can be driven as either active low or active high, so you need to figure that out as well.
I use QuartusII v13.0sp1 with a Cyclone II device all the time and it works just fine.