Electrical and Electronics Engineering Department
Işık University
ELEC1402 LOGIC DESIGN LABORATORY
EXPERIMENT REPORT
Experiment 5: COMBINATIONAL MULTIPLIER.
LINA, AL-WHAIDI, 219SE2031
SEDEQ, AL SAKKAF, 219MC2007
Objective:
The purpose of the experiment is to verify the operation of the 2-bit
combinational multiplier circuit.
Components:
C.A.D.E.T breadboard
2x74LS08 Quad 2-Input AND Gate
1x74LS86 Quad 2-Input XOR Gate
Jumper Wir
Experimental Procedure:
We set up a 2-bit combinational multiplier, then we used four AND gate
(U1A, U1B, U1C, U1D), each AND takes input A and B, and connected U1A
output as S0 (LED0), we also used two XOR gates (U2A, U2B) and other two
AND gates (U3A. U3B), we connected U1B(AND gate) output as the first input in
U2A( XOR gate) and the second input in U3A(AND gate), and we connected
U1C(AND gate) output as the second input in U2A( XOR gate) and the first input
in U3A(AND gate), for U2A( XOR gate) we connected its output as S1(LED1), for
U3A(AND gate) output we connected it as the first input in U2B( XOR gate) and
the second input in U3B(AND gate), we connected U1D(AND gate) output as the
first input in U3B(AND gate) and the second input in U2B( XOR gate), for
U2B( XOR gate) we connected its output as S2 (LED2), and the output of
U3B(AND gate) as Carry-out with LED3. We operated the circuit and
implemented the values of the truth table. After that we observed the outputs from
the LEDs and recorded the values to the truth table.
A1 A0 B1 B0 Cout S S1 S0
2
0 0 0 0 0 0 0 0
0 1 0 0 0 0 0 0
1 0 0 0 0 0 0 0
1 1 0 0 0 0 0 0
0 0 0 1 0 0 0 0
0 1 0 1 0 0 0 1
1 0 0 1 0 0 1 0
1 1 0 1 0 0 1 1
0 0 1 0 0 0 0 0
0 1 1 0 0 0 1 0
1 0 1 0 0 1 0 0
1 1 1 0 0 1 1 0
0 0 1 1 0 0 0 0
0 1 1 1 0 0 1 1
1 0 1 1 0 1 1 0
1 1 1 1 1 0 0 1
We checked by hand the
multiplicand bits of the binary inputs as:
A1 A0
B1 B0
Cout S2 S1 S0
Simulation:
2-bit combinational multiplier circuit:
We draw the 2-bit
combinational multiplier
circuit in the
(CircuitVerse). Using
6 AND gates, 2 XOR
gates and 4 LEDs. We
applied the values of
inputs values from truth
table to get the same
values as we did in the
lab experiment.
Discussion and Conclusion:
In conclusion, the experiment shows the operation of the 2-bit
combinational multiplier circuit, using six AND gates and two XOR gates, which
they are constructed as half Adders. The XOR gates do the sum and the AND gates
do the product and the carry – out. The output of this circuit can be connected to
the LEDs or the electronic device Seven Segment Display which convert the
binary numbers to decimal. To apply the multiplication for two numbers each one
of 2-bits, the inputs A1 – A0 connect to switches1 – 2 as the first number and B1 –
B0 to switches 5 -6 as the second number. The outputs S0, S1, S2, and the carry –
out to the LEDs. as the values of the inputs implemented the outputs have been
observed on the LEDs and have been recorded in the table. For verifying the
results, the simulation for the circuit has been constructed to show the same results.
also investigating has been done by hand to conform the same results.