
4-bit adder outputting a 5-bit number. Two input numbers: IN0-IN3 and IN4-IN6 Output bits are OUT0-OUT4
Enable the inputs to create two numbers. See if output matches.
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 | ||
| 6 | IN6 | ||
| 7 | IN7 |