Digital Logic Design Laboratory Manual: Objective
Digital Logic Design Laboratory Manual: Objective
Digital Logic Design Laboratory Manual: Objective
Objective
To get acquainted with different standard integrated circuits (ICs).
To study the basic logic gates: AND, OR, INVERT, NAND, NOR, and XOR.
To understand formulation of Boolean function and truth table for logic circuits.
Apparatus
Theory
Analog/Digital Training System:
The Analog/Digital Training System consists of DC power supply, breadboard, pulse generator
and a digital probe.
Useful features include:
1. DC Power Supply:
2. Breadboard:
3. Pulse Generator:
4. Digital Probe
Digital logic design Lab
Page 1
Fig. 1.1: (a) Dual-In-Line Package (b) Top view showing Pin numbers
Page 2
Page 3
Half adder:
A half adder has two inputs for the two bits to be added and two outputs one from the sum S and
other from the carry c into the higher adder position. Above circuit is called as a carry signal from
the addition of the less significant bits sum from the X-OR Gate the carry out from the AND gate.
(1) Construct the half adder circuit shown and complete the truth table for all combinations of
inputs A and B.
(2) Determine the Boolean expressions for the SUM and CARRY outputs
SUM =________________________________________________
CARRY = _____________________________________________
(3) How many bits can the circuit ADD at the same time?
(4) What is the limitation of the half adder circuit?
(5) Implement half adder in lab and verify its operation.
Full adder
A full adder is a combinational circuit that forms the arithmetic sum of input; it consists of three
inputs and two outputs. A full adder is useful to add three bits at a time but a half adder cannot do so.
In full adder sum output will be taken from X-OR Gate, carry output will be taken from OR Gate.
Page 4
(1) Construct the full adder circuit shown below using XOR, AND and OR gates and complete
the truth table for all combinations of inputs.
Page 5
The IC 74139 accepts two binary inputs and when enable provides 4 individual active low
Outputs the device has 2 enable inputs (Two active low).
Page 6
selection signals. The general de-multiplexer circuit has 1 input signal, n control/select signals
and 2n output signals. De-multiplexer circuit can also be realized using a decoder circuit with
enable.
Components Required:
IC 7400, IC 7410, IC 7420, IC 7404, IC 74153, IC 74139, Connecting Patch Cords & IC Trainer
Kit.
i)
4:1 MULTIPLEXER
ii)
1:4 DE-MULTIPLEXER
Page 7
LEARNING OBJECTIVE:
COMPONENTS REQUIRED:
IC 7408, IC 7404, IC 7402, IC 7400, Connecting Patch Cords & IC Trainer Kit.
THEORY:
Logic circuits that incorporate memory cells are called sequential logic circuits; their output
depends not only upon the present value of the input but also upon the previous values.
Sequential logic circuits often require a timing generator (a clock) for their operation. The latch
(flip-flop) is a basic bi-stable memory element widely used in sequential logic circuits. Usually
there are two outputs, Q and its complementary value.
Some of the most widely used latches are listed below.
SR LATCH:
An S-R latch consists of two cross-coupled NOR gates. An S-R flip-flop can also be design
using cross-coupled NAND gates as shown. The truth tables of the circuits are shown below. A
clocked S-R flip-flop has an additional clock input so that the S and R inputs are active only
when the clock is high. When the clock goes low, the state of flip-flop is latched and cannot
change until the clock goes high again. Therefore, the clocked S-R flip-flop is also called
enabled S-R flip-flop.
A D latch combines the S and R inputs of an S-R latch into one input by adding an inverter.
When the clock is high, the output follows the D input, and when the clock goes low, the state is
latched.
Digital logic design Lab
Page 8