Experiment # 6 Serial Adder: 1-Introduction
Experiment # 6 Serial Adder: 1-Introduction
Serial adder
1- Introduction:
The aim of this experiment is to realize a 4-bit serial adder. This will
show us one of the adding methods of adding that is used inside some
computer systems. It is obvious that serial adder is slower that parallel
adder. This is because serial adder adds one bit of the two numbers at a time.
The following table shows the difference between Parallel adder and Serial
adder.
circuit
Number of
Full Adders
Register type
Parallel adder
Pure combinational
circuit.
F.A. # = # of bits in each
binary number to be
added.
Register with parallel
load.
Serial adder
Synchronous sequential
circuit.
Only one F.A.
2- Equipment:
IC Type
Shift register
with parallel
load
D-flip-flop
Full-Adder
IC
number
74194
7474
7483
IC function
Number of pieces
2 pieces to store
the augend and the
addend.
1 flip-flop.
Only one.
3- Procedure:
The function diagram is:
Shift
register
F.A.(74238)
x
y
z
CP
S
C
7474
Asynchronous
Clear
(Initially 0, then 1
all the time during
the experiment.
So
0
0
1
1
0
1
0
1
Function
No change
Shift right
Shift left
Parallel Load
Pinout
: 74283
(Top view)
OUTPUT'S2'
1
16 POWER 'Vcc'
INPUT 'B2'
2
15 INPUT 'B3'
INPUT 'A2'
3
14 INPUT 'A3'
OUTPUT'S1'
4
13 OUTPUT'S3'
INPUT 'A1'
5
12 INPUT 'A4'
INPUT 'B1'
6
11 INPUT 'B4'
INPUT 'C0'
7
10 OUTPUT'S4'
POWER 'GND' 8
9 OUTPUT'C4'
Function :
4 Bit universal bidirectional shift register
Pinout
: 74194
(Top view)
LOW-IN'CLEAR' 1
16 POWER 'Vcc'
INPUT 'SR'
2
15 OUTPUT'QA'
INPUT 'A'
3
14 OUTPUT'QB'
INPUT 'B'
4
13 OUTPUT'QC'
INPUT 'C'
5
12 OUTPUT'QD'
INPUT 'D'
6
11 INPUT 'CLOCK'
INPUT 'SL'
7
10 INPUT 'S1'
POWER 'GND'
8
9 INPUT 'S0'
Function :
D-FLIPFLOP
Pinout
: 7474
(Top view)
PART1 LOW-IN'CLEAR' 1
14
POWER 'Vcc'
PART1 LOW-IN'PRESET' 4
11 PART2 INPUT 'CLOCK'
PART1 OUTPUT'Q'
5
10 PART2 LOW-IN'PRESET'
PART1 OUTPUT'Q\'
6
9 PART2 OUTPUT'Q'
POWER 'GND'
7
8 PART2 OUTPUT'Q\'