This is a 4-bit adder that takes two 4-bit inputs and adds them, outputting them as a 5-bit number.
Flip the DIP Switch with inputs 0-3 corresponding to the first number and 4-7 corresponding to the second number. See if the output leds light up in a way that makes sense if the two numbers were added.
DIP Switch and a 7-segment display or leds.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | IN0 | OUT0 | |
1 | IN1 | OUT1 | |
2 | IN2 | OUT2 | |
3 | IN3 | OUT3 | |
4 | IN4 | OUT4 | |
5 | IN5 | ||
6 | IN6 | ||
7 | IN7 |