Friday 27 September 2019

Implementation of Full adder with Half adders

A combinational circuit that performs the addition of three bits (two input bits and a previous carry) is called a full adder
A full adder can be implemented with an Exclusive-OR gate, AND gates and an OR gate. 
Implementation of Full adder with Half adders
It can also be implemented with two half adders (A combinational circuit that performs the addition of two bits is called a half adder. ) and one OR gate, as shown in figure 1. The boolean expressions for the full adder are derived as follows.
The sum output is given by,
S = A  B  Ci
The carry output is given by, 
C= A'BCi + AB'Ci + ABCiABC
                          [Group terms for simplification]
C= A'BCi + AB'Ci + (Ci'+Ci )AB                                                        [A + A' = 1]
C= A'BCi + AB'Ci + (1)AB 
                          [1.A = A]
CA'BCi + AB'Ci AB
                          [Group terms for simplification]

C(A'B + AB')Ci AB
                          [A  B = A'B+AB']
C( B )Ci + AB
C( B )Ci + AB
Implementation of Full adder with Half adders
Figure 1: Implementation of Full adder with Half adders












No comments:

Post a Comment

Share your reading experience here

Popular Posts

Tell us your feedback about INSTRUMENTATION IN A NUTSHELL

Name

Email *

Message *