
Simple HalfAdder to seven-segment display in decimal
Seven-segment displays how many of the two switches are on. Flip the switches, the outputs should be as below. "00" -> 0, "01" -> 1, "10" -> 1, "11" -> 2
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | input a | sevseg 0 | |
| 1 | input b | sevseg 1 | |
| 2 | sevseg 2 | ||
| 3 | sevseg 3 | ||
| 4 | sevseg 4 | ||
| 5 | sevseg 5 | ||
| 6 | sevseg 6 | ||
| 7 | sevseg 7 |