148 3-bit adder

148 : 0b 010 010 100 : 3-bit adder

Select Project 1 2 3 4 5 6 7 8 9 ON SW2

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

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