Orcad / Pspice Simulator - 7400 Library - 7408, 7432 & 7486 Simulation Settings: Analysis Type - Time Domain
Orcad / Pspice Simulator - 7400 Library - 7408, 7432 & 7486 Simulation Settings: Analysis Type - Time Domain
Orcad / Pspice Simulator - 7400 Library - 7408, 7432 & 7486 Simulation Settings: Analysis Type - Time Domain
: 6 Date:
Design of Half Adder and Full Adder Circuits
Aim: To implement and simulate the Half Adder and Full Adder circuits.
Apparatus/Tool required:
ORCAD / PSpice simulator - > 7400 Library – 7408, 7432 & 7486
Source Library - Digclock
Simulation Settings: Analysis Type - Time Domain
Run to time: 4ms (for Half Adder)
Run to time: 8ms (for Full Adder)
Circuit Diagram:
7408
7408
Theory:
Circuit Diagram:-
OFFTIME = 2mSDSTM1 U1A
ONTIME = 2mS CLK
DELAY =
1
3 S = A B
STARTVAL = 0 2
OPPVAL = 1
7486
OFFTIME = 1mSDSTM2
ONTIME = 1mS CLK
DELAY =
STARTVAL = 0
OPPVAL = 1
U2A
1
3 C = A .B
2
7408
Truth Table:-
A B S=AB C=A.B
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
Half – Adder
1
Full Adder Circuit:-
Circuit Diagram:-
7408
Truth Table:-
A B C S=ABC C= (AB).C+A.B
0 0 0 0 0
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 1 0
1 0 1 0 1
1 1 0 0 1
1 1 1 1 1
Full – Adder
2
Simulation Circuit Diagram and Output (Both Waveform and Truth Table):
1)Half-Addder:-
3
2)Full-Adder:-
4
Procedure:
1) First create a Orcad Pspice project.
2) Next create Half-Adder and Full-Adder using eval library and digiclock
source.
3)Create the Half-Adder and The Full-Adder using the logic gates:-
OR(7432),AND(7408) and XOR(7486)
4)For Half-Adder the on and off times of the 2 Digiclocks are 1us and 2 us
Respectively.
5)For Full-Adder the on and off times of the 3 digiclocks are 1us,2us and 4 us
respectively.
6) Create the schematic diagram with time domain analysis with 2us runtime
for Half-Adder and 4us runtime for the Full-Adder.
7) By seeing the waveforms of those circuits by using the toggle cursor we can
conclude
With the manual tables and they are equal.
8)For Half-Adder:- a) S=AB (Sum)
b) C=A.B (Carry)
9)For Full-Adder:-a) S=ABC (Sum)
b) C= (AB).C+A.B (Carry)
Result: