
1 bit Full Adder using NAND, XOR and OR gates.
Input 1 bit binary numbers to the input and watch the outputs.
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | input a | output sum | |
| 1 | input b | output carry | |
| 2 | input carry | ||
| 3 | |||
| 4 | |||
| 5 | |||
| 6 | |||
| 7 |