Full Adder
Full Adder
Full Adder
adder
(Data processing in Micro-controller based apllications)
Aim:
To design and verify the truth table of the Full Adder circuit using Integrated
Circuits (ICs) with the open-source software LTSPICE
Theory:
B A SUM CARRY
(S) (C)
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
Consider the problem of adding two single-bit numbers, A and B, resulting in a
single two-bit answer. The truth table for this operation is shown above.
The two output functions are labeled ‘C’ and ‘S’, where ‘S’ stands for ‘sum’ is
the low order bit of the output. The ‘C’ stands for ‘carry’, and is the high order
bit of the output. The functions for S and C can be written as the two Minimum
Sum of Products (MSOP) form as per equations below:
A+B
Sum= A + B + C
Cin
A
B
Cin
A.B
B.Cin Cout
Cin.A
Circuit-2
Circuit-2
8. Select the Pulse Function and the initial values as shown below
9. Connections are given as per the logic diagram Fig.4. LTSPICE
Window to realize Cout . Click Simulate----------> Edit Simulation
Cmd to set the simulation configuration as shown below. Set the
transient menu Stop time as 8m in seconds
Circuit-2:
11. Click on the plot plane and simulate icon to get the voltage probe
(red colour).
0 0 0 0
1 1 1
1
0 0
1 1
0
1
0 0 0 0
1 1 1 1
0 0 0 0
1 1 1 1
0 0 0
0
0 0
1 1
0
0
0
1
0
0 0 0
1 1
0 0