Logic Family
Logic Family
1
OVERVIEW
Introduction
Logic Family Classification
Fan IN And Fan Out
Noise Margin
Transistor as a Switch
RTL, DTL, TTL and ECL
Elementary data of CMOS
2
Logic Family
A logic family in digital integrated circuit devices is a group of ICs or electronic logic
gates constructed by using compatible and supply voltages for performing various logic
functions
Many logic families were produced as individual components, each containing one or a few related
basic logical functions, which could be used as "building-blocks" to create systems or as so-called
"glue" to interconnect more complex integrated circuits.
A "logic family" may also refer to a set of techniques used to implement logic
within VLSI integrated circuits such as central processors, memories, or other complex functions.
.
Transistor as A Switch
• A circuit that can turn on/off current in electrical circuit is referred to a switching circuit and
transistor can be employed as an electronic switch.
• Solid state switches are one of the main applications for the use of transistor to switch a DC
output “ON” or “OFF”.
• Some output devices, such as LED’s only require a few milliamps at logic level DC voltages and
can therefore be driven directly by the output of a logic gate.
• High power devices such as motors, solenoids or lamps, often require more power than that
supplied by an ordinary logic gate so transistor switches are used.
If the circuit uses the Bipolar Transistor as a Switch, then the areas of operation for a transistor
switch are known as the Saturation Region and the Cut-off Region. This mean that we can
ignore the operating Q-point biasing and voltage divider circuitry required for amplification, and
use the transistor as a switch by driving it back and forth between its “fully-OFF” (cut-off) and
“fully-ON” (saturation) regions as shown below.
Saturation Region
Cut-off Region Here the transistor will be biased so that the maximum amount
Here the operating conditions of the transistor are zero input of base current is applied, resulting in maximum collector
base current ( IB ), zero output collector current ( IC ) and current resulting in the minimum collector emitter voltage drop
maximum collector voltage ( VCE ) which results in a large which results in the depletion layer being as small as possible
depletion layer and no current flowing through the device. and maximum current flowing through the transistor. Therefore
Therefore the transistor is switched “Fully-OFF”. the transistor is switched “Fully-ON”.
•The input and Base are connected to VCC
•The input and Base are grounded ( 0v ) •• Base-Emitter voltage VBE > 0.7v
•• Base-Emitter voltage VBE < 0.7v •• Base-Emitter junction is forward biased
•• Base-Emitter junction is reverse biased •• Base-Collector junction is forward biased
•• Base-Collector junction is reverse biased •• Transistor is “fully-ON” ( saturation region )
•• Transistor is “fully-OFF” ( Cut-off region ) •• Max Collector current flows ( IC = Vcc/RL )
•• No Collector current flows ( IC = 0 ) •• VCE = 0 ( ideal saturation )
•• VOUT = VCE = VCC = ”1″ •• VOUT = VCE = ”0″
•• Transistor operates as an “open switch” •• Transistor operates as a “closed switch”
Then we can define the “cut-off region” or “OFF mode” when Then we can define the “saturation region” or “ON mode” when
using a bipolar transistor as a switch as being, both junctions using a bipolar transistor as a switch as being, both junctions
reverse biased, VB < 0.7v and IC = 0 forward biased, VB > 0.7v and IC = Maximum.
Classification
Integration levels :
SSI: Small scale integration 12 gates/chip
8
Fan In
• Fan in or gate is the number of inputs that can practically be supported
without degrading practically input voltage level .
Fan in = 4
Fan Out
•The maximum number of digital input that the output of a single logic
gate can feed and the gate must be same logic family.
•Fan Out is calculated from the amount of current available in the output of a
gate and the amount of current needed in each input of the connecting gate.
•Exceeding the specified maximum load may cause a problems because the
circuit will not be able to supply the demanded power.
Fanout = 4
9
Noise Margin
10
Operating Temperature Ranges
12
Propagation Delay
ïCost of ICs
ï Procurement
ïCost printed wiring board on which the ICs are
ï Testing
mounted
ï Power supply
ï Assembly of circuit board ï Documentation
ïProgramming the programmable devices ïetc. ï Storage
Resistor Transistor Logic (RTL)
The basic RTL device is a NOR gate.
The inputs represent either logic level HIGH (1) or LOW (0).
The logic level LOW is the voltage that drives corresponding transistor in cut-off
region, while logic level HIGH drives it into saturation region.
If both the inputs are LOW, then both the transistors are in cut-off i.e. they are
turned-off. Thus, voltage Vcc appears at output I.e. HIGH.
If either transistor or both of them are applied HIGH input, the voltage Vcc drops
across Rc and output is LOW.
19
Resistor Transistor Logic
A B Y(Out put)
0 0 1
0 1 0
1 0 0
1 1 0
Advantages of RTL Logic circuit:
Limitations:
21
Diode Transistor Logic
The diode-transistor logic, also termed as DTL, replaced RTL family because of greater fan-out
capability and more noise margin.
DTL circuits mainly consists of diodes and transistors that comprises DTL devices.
Two inputs to the gate are applied through diodes viz. D1, D2 . The diode will conduct only when
corresponding input is LOW.
If any of the diode is conducting i.e. when at least one input is LOW, the voltage at output keeps
transistor T in cut-off and subsequently, output of transistor is HIGH. If all inputs are HIGH, all diodes
are non-conducting, transistor T is in saturation, and its output is LOW.
22
Due to number of diodes
used in this circuit, the speed of
the circuit is significantly low.
Hence this family of logic gates
is modified to
transistor-transistor logic i.e.
TTL family which has been
discussed on next slide.
A B C(Out put)
(SATURATING
0 0 1
INVERTER)
0 1 1
1 0 1
1 1 0
23
Transistor Transistor Logic
TTL family is a modification to the DTL. It has come to existence so as to
overcome the speed limitations of DTL family. The basic gate of this family is TTL
NAND gate.
It performs both the logic function and the amplifying function
T1 is called input transistor, which is multi emitter transistor, that drive transistor T2
which is used to control T3.
Diode.
24
Transistor Transistor logic
A B Out put
0 0 1
0 1 1
1 0 1
1 1 0
Emitter Coupled Logic
ECL logic family implements the gates in differential amplifier configuration in
which transistors are never driven in the saturation region thereby improving the
speed of circuit to a great extent. The ECL family is fastest of all logic families.
Based on BJT, but removes problems of delay time by preventing the transistors
from saturating.
The input impedance is high and the output impedance is low. As a result, the
transistors change states quickly, gate delays are low, and the fan out capability is
high.
26
(TRUTH
TABLE)
A B Out put Output2
1
0 0 1 0
0 1 0 1
1 0 0 1
1 1 0 1
28