this is my first post here. I am new to FPGAs. I would like to implement a NOT gate on the BASYS (Spartan3E-100) FPGA. I've been looking at the tutorial HERE to work my way towards a synthesis. I wish to keep everything on-board, i.e. only use the LEDs and switches on this board. How should I proceed?
My thoughts/questions so far:
- Do I have to use LD2-LD7 on Bank 3 and not LD1, LD0?
- What does LHCLK0, LHCLK1 mean? Why are the labels not corresponding to LD1, LD0? Do the LHCLK prevent me from using LD0, LD1 for the gate?
- The push button switches are connected to Bank 2, but the LEDs are on Bank 3, how do I connect the switch to the LED?
I would be grateful if somebody could point me in the right direction.
Edit: I should have clarified that I realize that the tutorial is NOT for my board, but I would still like to implement the not-gate on my board.