
Input a and b are connect to the AND gate, input c and d are connected to the NAND gate, input e and f are connected to the OR gate and input g is connect to the NOT gate.
INPUT a AND b | output | INPUT e OR f | output | 0 0 | 0 | 0 0 | 0 | 1 0 | 0 | 1 0 | 1 | 0 1 | 0 | 0 1 | 1 | 1 1 | 1 | 1 1 | 1 |
INPUT c NAND d | output | INPUT g | ouput |
0 0 | 1 | 0 | 0 |
1 0 | 1 | 1 | 0 |
0 1 | 1 |
1 1 | 0 |
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | input a | output and | |
| 1 | input b | output and | |
| 2 | input c | output nand | |
| 3 | input d | output nand | |
| 4 | input e | output or | |
| 5 | input f | output or | |
| 6 | input g | output not | |
| 7 | input h | output h |