
NAND gate is connected to IN1 and IN2. Inversters are connected to IN3 and IN4.
Set the inputs and check the outputs match the expected results: | INPUT | OUTPUT | | IN1 IN2 | NAND | | 0 0 | 1 | | 0 1 | 1 | | 1 0 | 1 | | 1 1 | 0 |
Set the clock to 10KHz and you should see ....
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | IN0 | OUT0 | |
| 1 | IN1 | OUT1 | |
| 2 | IN2 | OUT2 | |
| 3 | IN3 | OUT3 | |
| 4 | IN4 | OUT4 | |
| 5 | IN5 | OUT5 | |
| 6 | IN6 | OUT6 | |
| 7 | IN7 | OUT7 |