An Introduction to Digital Logic Families
What is a Logic Family?
In Digital Designs, our primary aim is to create an Integrated Circuit (IC).
A Circuit configuration or arrangement of the circuit elements in a special manner will result in a particular Logic Family.
What are the advantages of creating different Logic Families?
Electrical Characteristics of the IC will be identical. In other words, the different parameters like Noise Margin, Fan In, Fan Out etc will be identical.
Different ICs belonging to the same logic families will be compatible with each other.
Some Characteristics we consider for the selection of a particular Logic Family are:
- Supply voltage range
- Speed of response
- Power dissipation
- Input and output logic levels
- Current sourcing and sinking capability
- Fan-out
- Noise margin
The basic Classification of the Logic Families are as follows:
- Bipolar Devices
- MOS Devices
- Hybrid Devices
- Diode Logic (DL)
- Resistor Transistor Logic (RTL)
- Diode Transistor Logic (DTL)
- Transistor- Transistor Logic (TTL)
- Emitter Coupled Logic (ECL) or Current Mode Logic (CML)
- Integrated Injection Logic (IIL)
- P-MOS Family
- N-MOS Family
- Complementary-MOS Family
- Standard C-MOS
- Clocked C-MOS
- Bi-CMOS
- Pseudo N-MOS
- C-MOS Domino Logic
- Pass Transistor Logic
- Bi-CMOS Family
In DL (diode logic), only Diode and Resistors are used for implementing a particular Logic.Remember that the Diode conducts only when it is Forward Biased.
Disadvantages of Diode Logic
- Diode Logic suffers from voltage degradation from one stage to the next.
- Diode Logic only permits OR and AND functions.
In RTL (resistor transistor logic), all the logic are implemented using resistors and transistors. One basic thing about the transistor (NPN), is that HIGH at input causes output to be LOW (i.e. like a inverter). In the case of PNP transistor, the LOW at input causes output to be HIGH.
RTL Circuit |
- Less number of Transistors
Disadvantage:
- High Power Dissipation
- Low Fan In
In DTL (Diode transistor logic), all the logic is implemented using diodes and transistors.
DTL Logic |
- Propagation Delay is Larger
In Transistor Transistor logic or just TTL, logic gates are built only around transistors.
TTL Logic has the following sub-families:
- Standard TTL.
- High Speed TTL
- Low Power TTL.
- Schhottky TTL.
- Low Power Schottky TTL
- Advanced Schottky TTL
- Advanced Low Power Schottky TTL
- Fast Schottky
The main specialty of ECL is that it is operating in Active Region than the Saturation Region. That is the reason for its high speed operation. As you can see in the figure, the Emitters of the Transistors Q1 and Q2 are coupled together.
Emitter Coupled Pair |
Disadvantage:
- Large Silicon Area
- Large Power Consumption
Comments
Post a Comment