
The inputs correspond to bits, and it's combined with half adders and full adders to produce a four-bit added output.
Set the inputs on or off and check if the output represents their sum in binary.
Where out0 is LSB, and out2 is the MSB.
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | inputA | The 2^0 output of the sum of how many of the inputs are on, represented as a binary number. | |
| 1 | inputB | The 2^1 output of the sum of how many of the inputs are on, represented as a binary number. | |
| 2 | inputC | The 2^2 output of the sum of how many of the inputs are on, represented as a binary number. | |
| 3 | inputD | ||
| 4 | |||
| 5 | |||
| 6 | |||
| 7 |