Abstract
- A Combination Circuit that performs addition
Half Adder
Full Adder
- Takes in 3 Bit
- Built with 2 Half Adder
- The sum of the 1st Half Adder is added with the
cin
by the 2nd Half Adder - The sum output of the 2nd Half Adder is the final sum & the
cout
is the finalcout
- For the
cout
, we need to have an OR to pipe out the finalcout
to handle situation where the first Half Adder’scout
is 1 while thecin
is 0 & sum of the first Half Adder is 0