Unit 8 Digital Integrated Circuits
Unit 8 Digital Integrated Circuits
INSTITUTE OF ENGINEERING
THAPATHALI CAMPUS
22 June, 2024
Prepared By: Er. Ganesh Kumal 1
8. Digital Integrated Circuits
8.1. BJT and MOSFET Switching Circuits
8.2. 7400 TTL Parameters
8.4. TTL Logic Circuits: NAND, NOR, NOT
8.5. CMOS Parameters
8.6. CMOS Logic Circuits: NAND, NOR, NOT
8.7. Digital Devices Application
8.7.1 Multiplexing Displays
8.7.2 Frequency Counter
8.7.3 Time Measurements
Integrated Circuit
• An integrated circuit is electronic circuit or device that has electronic components on a small
semiconductor chip. It has functionality of logic gates or amplifying of a signal.
4
Advantages of ICs
• Size of IC package is very small.
• The cost of IC’s is very low.
• Reduced power consumption.
• Suitable for high speed operations.
• The use of IC’s reduces the number of external wiring
connections because many of the connections are
internal to the package .
5
Characteristics of Digital Logic Families
The main characteristics of logic families:
1. Fan-in
2. Propagation delay
3. Fan-out
4. Power dissipation
5. Noise margin
Fan-in
• It determines the number of inputs the logic gate
handle.
• For high-speed technologies, fan-in is often restricted
on gate primitives to no more than four or five.
• To build gates with larger fan-in, interconnected gates
with lower fan-in are used during
technology mapping. A mapping for a 7-input NAND
gate is made up of two 4- input NANDs and an
inverter as shown in figure:
Propagation Delay
• The propagation delay tp of a gate defines how quickly
it responds to a change at its input(s).
• It is measured between the 50% transition points of
the input and output waveforms.
Fan-out
• Fan-out specifies the number of standard loads driven by a gate
output i.e. Fan-out is a measure of the ability of a logic gate output to
drive a number of inputs of other logic gates of the same type.
• Gate with large fan-out are slower.
Fan-out = 4
Power Dissipation
• Power consumed by gate to change the state.
• this parameter does not include the power delivered
from another gate; rather, it represents the power
delivered to the gate from the power supply.
Power dissipation(Pd) = Vcc x Icc
where Vcc is supply voltage
and Icc is current drawn by circuit.
1 W = 1J/S ; means 1
Joule energy required
per second.
Noise Margin
• Maximum noise that a circuit can withstand without
affecting the output.
• Noise margin is the maximum noise voltage added to
an input signal of a digital circuit that does not cause an
undesirable change in the circuit output.
• The ability of circuits to operate reliably in a noise
environment is important in many applications. Noise
margin is expressed in volts and represents the
maximum noise signal that can be tolerated by the
gate.
Noise Margin
Switching Circuit
• A switching circuit is a type of electronic circuit that is designed to change its output
state based on the input conditions. It is a fundamental building block used in digital
electronics, where signals are represented as binary values (0s and 1s), and various
logical operations are performed.
• The most common types of switching circuits are based on logic gates. Logic gates are
digital building blocks that take one or more binary inputs and produce a single binary
output based on predefined logical rules. Some of the basic logic gates include:
AND Gate: The output is 1 only if all inputs are 1.
OR Gate: The output is 1 if at least one input is 1.
NOT Gate: It has only one input and produces the opposite value of that input (i.e., if the input is
1, the output is 0, and vice versa).
NAND Gate: The output is the complement of an AND gate (i.e., output is 0 if all inputs are 1,
otherwise, the output is 1).
NOR Gate: The output is the complement of an OR gate (i.e., output is 0 if at least one input is 1,
otherwise, the output is 1).
• Switching circuits are made by Transistor, MOSFET and CMOS.
Case I:
Transistor as Switch When Vin = 0V
Base-Emitter voltage vI < 0.7V
EBJ is considered reverse biased and CBJ also is reverse
biased
Transistor is “fully-OFF” ( Cut-off region )
Since iB=0, No Collector current flows ( iC = 0 )
VOUT = vCE = VCC = ”1″ so, Transistor operates as an
“open switch”
Case II:
When Vin = +5V
Base-Emitter voltage vI > 0.7V, i.e. EBJ is forward biased
Base-Collector junction is forward biased
Transistor is “fully-ON” ( saturation region )
vCE=VCC - iCRC
vCE = 0.1 to 0.3 ( ideal saturation )
VOUT = VCE = ”0″
iC(max )=iC(sat)=VCC/RC
Transistor operates as a “closed switch”
normally , vCE(sat)=0.1V
1
Digital Logic Families
• Digital logic family refers to the specific circuit
technology to which digital integrated circuits belong.
Different logic families have been introduced
commercially. Some of most popular are:
1. RTL ( Resistor Transistor Logic)
2. DTL (Diode Transistor logic)
3. TTL ( Transistor- Transistor Logic)
4. MOS ( Metal-Oxide Semiconductor, PMOS, NMOS)
5. CMOS ( Complementary MOS )
6. IIL (Integrated Injection Logic)
RTL (Resistor Transistor Logic)
• The resistor-transistor Logic(RTL) circuit is one of the basic logic
circuits in digital logic families. It is a bipolar saturated device. The RTL
logic is popular because of its simplicity.
• Performs AND, OR
and NOT operation.
Limitations:
• Propagation delay high
• Fan-in low,
• low noise immunity
• power dissipation high.
Figure: 2 Input NOR Gate
DTL (Diode Transistor Logic)
• This logic circuit has diodes at the input side and transistor at the
output side and so the name diode transistor logic. It has more
advantages than Resistor Transistor Logic.
• Speed higher than RTL
8/22/2024 23
Complementary MOSFET (CMOS)
• CMOS referred to as complementary metal oxide semi-conductor.
Complementary refers to the complementary and symmetrical pairs
of N-type and P-type MOSFETs in its design.
• Main advantage of this is low static power consumption and noise
immunity.
• Since one transistor of the pair is always off, the series combination
draws significant power only momentarily during switching between
ON and OFF states.
• CMOS circuits use to implement logic gates.
8/22/2024 24
CMOS Construction
8/22/2024 25
CMOS Logic Gates
• CMOS Inverter
8/22/2024 26
CMOS as Switch (Inverter)
+5V
Case I: Input A = low voltage
When low voltage is applied at input A,
Q1 (PMOS) is ON and Q2 (NMOS) is
OFF. So voltage across Q2 is equals to Q1(PMOS)
Vdd i.e. 5V (logic high).
8/22/2024 27
CMOS as NAND and AND Gate
8/22/2024 28
CMOS as OR and NOR Gate
8/22/2024 29
8.7 Digital Devices Applications
• Digital electronics is crucial in this current world. Because, without
digital electronics it is not possible to speed up our work.
• The basic idea of digital electronics is mandatory for microprocessor
and micro-controller and also for computer architecture.
• Any application which involves microprocessor or a computer have
digital electronics in it.
• It can be security applications, error correcting and error detecting,
power saving circuits etc