Forum Discussion
AnandRaj_S_Intel
Regular Contributor
6 years agoHi Daryl,
- You can check RTL viewer to confirm gate implemented.
- Check the simulation.
- Check the board schematic for switch/led configuration(Active-LOW or Active-HIGH).
I think you are using board with Active-LOW configuration.
Regards
Anand
DGall10
New Contributor
6 years agoHi Anand, thanls! I look there in RTL viewer. The schematic of the board that I found didn't seem to indicate one way or the that I could tell
- ak6dn6 years ago
Regular Contributor
You don't indicate what pins your switches connect to, but based on your comment about the pullups enabled I believe they are implemented as active low, so when you push the switch the input goes to '0', normally it will be a logic '1'.
Your LED drivers on the schematic (LED1, LED2) are active low as well. So you need to drive the output to logic '0' to light the LED.