148 3-bit adder

148 : 3-bit adder

Design renderSelect Project123456789ONSW2

How it works

Adds A0 A1 A2 and B0 B1 B2 implemented using one half-adder and two full-adders. LEDs light up correspondingly.

How to test

Result: binary added score at output LED

IO

#InputOutput
0A0, lowest order bit of first numbersegment a
1A1, second order bit of first numbersegment b
2A2, highest order bit of first numbersegment c
3B0, lowest order bit of second numbersegment d
4B1, second order bit of second numbersegment e
5B2, highest order bit of second numbersegment f
6segment g
7