SlideShare a Scribd company logo
1 of 30
Download to read offline
Logic Families
Dr. Basem Elhalawany
Integrated Circuits
• Integrated circuits (ICs) are chips, pieces of
semiconductor material, that contain all of the
transistors, resistors, and capacitors necessary
to create a digital circuit or system.
– The first ICs were fabricated using Ge BJTs in 1958.
• Jack Kirby of Texas Instruments, Nobel Prize in 2000
• Robert Noyes of Fairchild Semiconductors fabricated
the first Si ICs in 1959.
Integration Levels
– SSI Small scale integration 12 gates/chip
– MSI Medium scale integration 100 gates/chip
– LSI Large scale integration 1K gates/chip
– VLSI Very large scale integration 10K gates/chip
– ULSI Ultra large scale integration 100K gates/chip
3
Logic Families
• Logic families are sets of chips that may implement different
logical functions, but use the same type of transistors and voltage
levels for logical levels and for the power supplies.
• These families vary by speed, power consumption, cost,
voltage & current levels
• IC digital logic families
– DL (Diode- logic)
– DTL (Diode-transistor logic)
– RTL (Resistor-transistor logic)
– TTL (Transistor -transistor logic)
– ECL (Emitter-coupled logic)
– MOS (Metal-oxide semiconductor)
– CMOS (Complementary Metal-oxide semiconductor)
Digital IC Terminology
• Voltage Parameters:
– VIH(min): high-level input voltage, the minimum voltage
level required for a logic 1 at an input.
– VIL(max): low-level input voltage
– VOH(min): high-level output voltage
– VOL(max): low-level output voltage
For TTL
• For proper operation the input voltage levels to a logic must be kept
outside the indeterminate range.
• Lower than VIL(max) and higher than VIH(min).
Digital IC Terminology
Noise Margin
– noise is present in all real systems
– this adds random fluctuations to
voltages representing logic levels
– to cope with noise, the voltage ranges
defining the logic levels are more
tightly constrained at the output of a
gate than at the input
– thus small amounts of noise will not
affect the circuit
– the maximum noise voltage that can be
tolerated by a circuit is termed its noise
immunity (noise Margin)
VNH
VNL
VNH = VOH(min) − VIH(min)
VNL = VIL(max) − VOL(max)
Digital IC Terminology
Noise Margin
Current Parameters:
• IOH – Current flowing into an output in the logical “1” state under specified load
conditions
• IOL – Current flowing into an output in the logical “0” state under specified load
conditions
• IIH – Current flowing into an input when a specified HI level is applied to that
input
• IIL – Current flowing into an input when a specified LO level is applied to that
input
VOH VIH VOL VIL
IOH IIH IOL IIL
8
Digital IC Terminology
Digital IC Terminology
• The maximum number of standard logic inputs that an output can
drive reliably.
• Also known as the loading factor.
• Related to the current parameters (both in high and low states.)
fanout
DC fanout = min( )
9
IL
OL
IH
OH
I
I
I
I
,
Digital IC Terminology
• Timing considerations
– all gates have a certain propagation delay time, tPD
– this is the average of the two switching times
)
t
(t
t PLH
PHL
PD 
 2
1
Digital IC Terminology
Power Requirements
• Every IC needs a certain amount of electrical power to
operate.
• Vcc (TTL)
• VDD(MOS)
• Power dissipation determined by Icc and Vcc.
• Average Icc(avg)= (ICCH + ICCL)/2
• PD(avg) = Icc(avg) x Vcc
Digital IC Terminology
Speed-Power Product
• Desirable properties:
– Short propagation delays (high speed)
– Low power dissipation
• Speed-power product measures the
combined effect.
Interfacing Logic Families
• We’ve seen that different logic families have different
voltage and current specifications.
• These differences can cause problems when you connect a
gate from one family to a gate from another family.
Voltage-Related Interfacing Problems
• In some interfacing situations, a HIGH output pin may produce a
voltage that is too low to be recognized as a HIGH by the input
pin it’s connected to.
• The solution in such cases is to use a pull-up resistor
• Example: TTL to CMOS
 A TTL HIGH output may be as low as 2.4 V.
 But a CMOS input expects HIGHs to be at least 3.33 V.
Current-Related Interfacing Problems
• In some interfacing situations, either a HIGH output pin may not
source enough current to drive the input pin it’s connected to, or a
LOW output pin may not sink enough current to drive the input
pin it’s connected to.
• The solution in such cases is to use a buffer.
• Example: CMOS to TTL
• A CMOS LOW output can only sink 0.51 mA.
• But as much as 1.6 mA may flow out of a TTL LOW input.
• It can also be used for increasing the fanout
Notes about Families
Diode Logic (DL)
• simplest; does not scale
• NOT not possible (need
an active element)
=
=
Resistor-Transistor Logic (RTL)
• replace diode switch with a transistor switch
• can be cascaded
• large power draw
16
Then
=
Diode-Transistor Logic (DTL)
• essentially diode logic with transistor amplification
• reduced power consumption
• faster than RTL
DL AND gate Saturating inverter
17
TTL Logic Families
• TTL: Transistor-Transistor Logic
 first introduced by in 1964 (Texas Instruments)
 TTL has shaped digital technology in many ways
 one of the most widely used families for small- and medium-scale
devices – rarely used for VLSI
 Standard TTL family (e.g. 7400) is obsolete
 Newer TTL families still used (e.g. 74ALS00)
 High energy consumption, but
 relatively insensitive to electrostatic discharge (ESD)
 Distinct features: (Multi-emitter transistors - Totem-pole output)
TTL family evolution
Legacy: don’t use
in new designs
Widely used today
19
ECL
Emitter-Coupled Logic (ECL)
• based on BJT, but removes problems of delay time by preventing
the transistors from saturating
• very fast operation - propagation delays of 1ns or less
• high power consumption, perhaps 60 mW/gate
• Logic levels. “0”: –1.7V. “1”: –0.8V
• Such strange logic levels require extra effort when interfacing to
TTL/CMOS logic families.
• low noise immunity of about 0.2-0.25 V
• used in some high speed specialist applications, but now largely
replaced by high speed CMOS
20
CMOS Complimentary MOS (CMOS)
• Considerably lower energy consumption than TTL and ECL, which
has made portable electronics possible.
• most widely used family for large-scale devices
• combines high speed with low power consumption
• usually operates from a single supply of 5 – 15 V
• excellent noise immunity of about 30% of supply voltage
• can be connected to a large number of gates (about 50)
•Things to watch out for:
– don’t leave inputs floating (in TTL these will float to HI, in
CMOS you get undefined behaviour)
– susceptible to electrostatic damage (finger of death)
21
CMOS/TTL power requirements
• TTL power essentially constant (no frequency
dependence)
• CMOS power scales as  f  C  V2
• At high frequencies (>> MHz) CMOS dissipates more
power than TTL
• Overall advantage is still for CMOS even for very fast
chips – only a relatively small portion of complicated
circuitry operates at highest frequencies
frequency supply volt.
eff. capacitance
22
CMOS family evolution
obsolete
•Power reduction is one of the keys to
progressive growth of integration
23
Overview
TTL
Logic
Family
CMOS
• Values typical for Vcc/Vdd = 5V
• When interfacing different families, pay attention
to their input/output voltage, current (fanout)
TPD Trise/fall VIH,min VIL,max VOH,min VOL,max
Noise
Margin
24
Some Gates
2-input AND Gate
Diode-Resistor Logic
Some Gates
Diode-Resistor OR gate
Diode-Resistor AND gate
NOT gate
Common ICs
7400 Quad 2-input Logic NAND Gate
Also:
74LS00 Quad 2-input
74LS10 Triple 3-input
74LS20 Dual 4-input
74LS30 Single 8-input
7402 Quad 2-input NOR Gate
7408 Quad 2-input AND Gate
7432 Quad 2-input Logic OR Gate

More Related Content

Similar to Integrated circuits (ICs) are chips, pieces of semiconductor material, that contain all of the transistors, resistors, and capacitors necessary to create a digital circuit or system.

Similar to Integrated circuits (ICs) are chips, pieces of semiconductor material, that contain all of the transistors, resistors, and capacitors necessary to create a digital circuit or system. (20)

digital logic_families
digital logic_familiesdigital logic_families
digital logic_families
 
7833177.ppt
7833177.ppt7833177.ppt
7833177.ppt
 
slide_logic_family_pune_SE_comp
slide_logic_family_pune_SE_compslide_logic_family_pune_SE_comp
slide_logic_family_pune_SE_comp
 
logic family1.pdf
logic family1.pdflogic family1.pdf
logic family1.pdf
 
logic family
logic familylogic family
logic family
 
Integrated Circuit
Integrated CircuitIntegrated Circuit
Integrated Circuit
 
202004290049385c9ea4cf11.pptx
202004290049385c9ea4cf11.pptx202004290049385c9ea4cf11.pptx
202004290049385c9ea4cf11.pptx
 
Ecl
EclEcl
Ecl
 
Unit I.pptx
Unit I.pptxUnit I.pptx
Unit I.pptx
 
LOGIC FAMILY.pptx
LOGIC FAMILY.pptxLOGIC FAMILY.pptx
LOGIC FAMILY.pptx
 
Logic Families ( Digital Electronics )
Logic Families ( Digital Electronics )Logic Families ( Digital Electronics )
Logic Families ( Digital Electronics )
 
logic families
logic familieslogic families
logic families
 
Digital Electronics – Unit V.pdf
Digital Electronics – Unit V.pdfDigital Electronics – Unit V.pdf
Digital Electronics – Unit V.pdf
 
logic-families.ppt
logic-families.pptlogic-families.ppt
logic-families.ppt
 
Chapter 10.pptx
Chapter 10.pptxChapter 10.pptx
Chapter 10.pptx
 
Transistor Transistor Logic
Transistor Transistor LogicTransistor Transistor Logic
Transistor Transistor Logic
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
 
Unit 1.pdf
Unit 1.pdfUnit 1.pdf
Unit 1.pdf
 
logic_families
logic_familieslogic_families
logic_families
 
IC fmaillies.ppt
IC fmaillies.pptIC fmaillies.ppt
IC fmaillies.ppt
 

Recently uploaded

NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...
NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...
NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...Amil Baba Dawood bangali
 
Vibration of Continuous Systems.pjjjjjjjjptx
Vibration of Continuous Systems.pjjjjjjjjptxVibration of Continuous Systems.pjjjjjjjjptx
Vibration of Continuous Systems.pjjjjjjjjptxjoshuaclack73
 
Balancing of rotating bodies questions.pptx
Balancing of rotating bodies questions.pptxBalancing of rotating bodies questions.pptx
Balancing of rotating bodies questions.pptxjoshuaclack73
 
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证mestb
 
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证mestb
 
Cyber-Security-power point presentation.
Cyber-Security-power point presentation.Cyber-Security-power point presentation.
Cyber-Security-power point presentation.ECoyShastriBhawan
 
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...drjose256
 
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证mestb
 
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证mestb
 
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...daisycvs
 
Matrix Methods.pptxhhhhhhhhhhhhhhhhhhhhh
Matrix Methods.pptxhhhhhhhhhhhhhhhhhhhhhMatrix Methods.pptxhhhhhhhhhhhhhhhhhhhhh
Matrix Methods.pptxhhhhhhhhhhhhhhhhhhhhhjoshuaclack73
 
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样vwymvu
 
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pills
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pillsCytotec 200 mcg in doha [+966572737505 ] buy abortion pills
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pillssamsungultra782445
 
NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...
NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...
NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...Amil baba
 
Buy best abortion pills Doha [+966572737505 | Planned cytotec Qatar
Buy best abortion pills Doha [+966572737505 | Planned cytotec QatarBuy best abortion pills Doha [+966572737505 | Planned cytotec Qatar
Buy best abortion pills Doha [+966572737505 | Planned cytotec Qatarsamsungultra782445
 
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证mestb
 

Recently uploaded (19)

Abortion Clinic in Jeddah +966572737505 buy cytotec pills
Abortion Clinic in Jeddah +966572737505 buy cytotec pillsAbortion Clinic in Jeddah +966572737505 buy cytotec pills
Abortion Clinic in Jeddah +966572737505 buy cytotec pills
 
NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...
NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...
NO1 Pakistan Best vashikaran specialist in UK USA UAE London Dubai Canada Ame...
 
Vibration of Continuous Systems.pjjjjjjjjptx
Vibration of Continuous Systems.pjjjjjjjjptxVibration of Continuous Systems.pjjjjjjjjptx
Vibration of Continuous Systems.pjjjjjjjjptx
 
Balancing of rotating bodies questions.pptx
Balancing of rotating bodies questions.pptxBalancing of rotating bodies questions.pptx
Balancing of rotating bodies questions.pptx
 
Abortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotec
Abortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotecAbortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotec
Abortion pills in Riyadh Saudi Arabia!+966572737505 ) Where to get cytotec
 
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UVic毕业证书)维多利亚大学毕业证成绩单本科硕士学位证留信学历认证
 
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(USYD毕业证书)悉尼大学毕业证成绩单本科硕士学位证留信学历认证
 
Cyber-Security-power point presentation.
Cyber-Security-power point presentation.Cyber-Security-power point presentation.
Cyber-Security-power point presentation.
 
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...
Top^Clinic Soweto ^%[+27838792658_termination in florida_Safe*Abortion Pills ...
 
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(AUT毕业证书)奥克兰理工大学毕业证成绩单本科硕士学位证留信学历认证
 
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
 
Abortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotec
Abortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotecAbortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotec
Abortion pills in Jeddah Saudi Arabia! +966572737505 Where to buy cytotec
 
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...
[[Jeddah]] IN RIYADH +2773-7758557]] Abortion pills in Jeddah Cytotec in Riya...
 
Matrix Methods.pptxhhhhhhhhhhhhhhhhhhhhh
Matrix Methods.pptxhhhhhhhhhhhhhhhhhhhhhMatrix Methods.pptxhhhhhhhhhhhhhhhhhhhhh
Matrix Methods.pptxhhhhhhhhhhhhhhhhhhhhh
 
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样
办理(uw学位证书)美国华盛顿大学毕业证续费收据一模一样
 
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pills
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pillsCytotec 200 mcg in doha [+966572737505 ] buy abortion pills
Cytotec 200 mcg in doha [+966572737505 ] buy abortion pills
 
NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...
NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...
NO1 Best Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Addre...
 
Buy best abortion pills Doha [+966572737505 | Planned cytotec Qatar
Buy best abortion pills Doha [+966572737505 | Planned cytotec QatarBuy best abortion pills Doha [+966572737505 | Planned cytotec Qatar
Buy best abortion pills Doha [+966572737505 | Planned cytotec Qatar
 
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(OP毕业证书)奥塔哥理工学院毕业证成绩单本科硕士学位证留信学历认证
 

Integrated circuits (ICs) are chips, pieces of semiconductor material, that contain all of the transistors, resistors, and capacitors necessary to create a digital circuit or system.

  • 2. Integrated Circuits • Integrated circuits (ICs) are chips, pieces of semiconductor material, that contain all of the transistors, resistors, and capacitors necessary to create a digital circuit or system. – The first ICs were fabricated using Ge BJTs in 1958. • Jack Kirby of Texas Instruments, Nobel Prize in 2000 • Robert Noyes of Fairchild Semiconductors fabricated the first Si ICs in 1959.
  • 3. Integration Levels – SSI Small scale integration 12 gates/chip – MSI Medium scale integration 100 gates/chip – LSI Large scale integration 1K gates/chip – VLSI Very large scale integration 10K gates/chip – ULSI Ultra large scale integration 100K gates/chip 3
  • 4. Logic Families • Logic families are sets of chips that may implement different logical functions, but use the same type of transistors and voltage levels for logical levels and for the power supplies. • These families vary by speed, power consumption, cost, voltage & current levels • IC digital logic families – DL (Diode- logic) – DTL (Diode-transistor logic) – RTL (Resistor-transistor logic) – TTL (Transistor -transistor logic) – ECL (Emitter-coupled logic) – MOS (Metal-oxide semiconductor) – CMOS (Complementary Metal-oxide semiconductor)
  • 5. Digital IC Terminology • Voltage Parameters: – VIH(min): high-level input voltage, the minimum voltage level required for a logic 1 at an input. – VIL(max): low-level input voltage – VOH(min): high-level output voltage – VOL(max): low-level output voltage For TTL • For proper operation the input voltage levels to a logic must be kept outside the indeterminate range. • Lower than VIL(max) and higher than VIH(min).
  • 6. Digital IC Terminology Noise Margin – noise is present in all real systems – this adds random fluctuations to voltages representing logic levels – to cope with noise, the voltage ranges defining the logic levels are more tightly constrained at the output of a gate than at the input – thus small amounts of noise will not affect the circuit – the maximum noise voltage that can be tolerated by a circuit is termed its noise immunity (noise Margin) VNH VNL VNH = VOH(min) − VIH(min) VNL = VIL(max) − VOL(max)
  • 8. Current Parameters: • IOH – Current flowing into an output in the logical “1” state under specified load conditions • IOL – Current flowing into an output in the logical “0” state under specified load conditions • IIH – Current flowing into an input when a specified HI level is applied to that input • IIL – Current flowing into an input when a specified LO level is applied to that input VOH VIH VOL VIL IOH IIH IOL IIL 8 Digital IC Terminology
  • 9. Digital IC Terminology • The maximum number of standard logic inputs that an output can drive reliably. • Also known as the loading factor. • Related to the current parameters (both in high and low states.) fanout DC fanout = min( ) 9 IL OL IH OH I I I I ,
  • 10. Digital IC Terminology • Timing considerations – all gates have a certain propagation delay time, tPD – this is the average of the two switching times ) t (t t PLH PHL PD   2 1
  • 11. Digital IC Terminology Power Requirements • Every IC needs a certain amount of electrical power to operate. • Vcc (TTL) • VDD(MOS) • Power dissipation determined by Icc and Vcc. • Average Icc(avg)= (ICCH + ICCL)/2 • PD(avg) = Icc(avg) x Vcc
  • 12. Digital IC Terminology Speed-Power Product • Desirable properties: – Short propagation delays (high speed) – Low power dissipation • Speed-power product measures the combined effect.
  • 13. Interfacing Logic Families • We’ve seen that different logic families have different voltage and current specifications. • These differences can cause problems when you connect a gate from one family to a gate from another family.
  • 14. Voltage-Related Interfacing Problems • In some interfacing situations, a HIGH output pin may produce a voltage that is too low to be recognized as a HIGH by the input pin it’s connected to. • The solution in such cases is to use a pull-up resistor • Example: TTL to CMOS  A TTL HIGH output may be as low as 2.4 V.  But a CMOS input expects HIGHs to be at least 3.33 V.
  • 15. Current-Related Interfacing Problems • In some interfacing situations, either a HIGH output pin may not source enough current to drive the input pin it’s connected to, or a LOW output pin may not sink enough current to drive the input pin it’s connected to. • The solution in such cases is to use a buffer. • Example: CMOS to TTL • A CMOS LOW output can only sink 0.51 mA. • But as much as 1.6 mA may flow out of a TTL LOW input. • It can also be used for increasing the fanout
  • 16. Notes about Families Diode Logic (DL) • simplest; does not scale • NOT not possible (need an active element) = = Resistor-Transistor Logic (RTL) • replace diode switch with a transistor switch • can be cascaded • large power draw 16
  • 17. Then = Diode-Transistor Logic (DTL) • essentially diode logic with transistor amplification • reduced power consumption • faster than RTL DL AND gate Saturating inverter 17
  • 18. TTL Logic Families • TTL: Transistor-Transistor Logic  first introduced by in 1964 (Texas Instruments)  TTL has shaped digital technology in many ways  one of the most widely used families for small- and medium-scale devices – rarely used for VLSI  Standard TTL family (e.g. 7400) is obsolete  Newer TTL families still used (e.g. 74ALS00)  High energy consumption, but  relatively insensitive to electrostatic discharge (ESD)  Distinct features: (Multi-emitter transistors - Totem-pole output)
  • 19. TTL family evolution Legacy: don’t use in new designs Widely used today 19
  • 20. ECL Emitter-Coupled Logic (ECL) • based on BJT, but removes problems of delay time by preventing the transistors from saturating • very fast operation - propagation delays of 1ns or less • high power consumption, perhaps 60 mW/gate • Logic levels. “0”: –1.7V. “1”: –0.8V • Such strange logic levels require extra effort when interfacing to TTL/CMOS logic families. • low noise immunity of about 0.2-0.25 V • used in some high speed specialist applications, but now largely replaced by high speed CMOS 20
  • 21. CMOS Complimentary MOS (CMOS) • Considerably lower energy consumption than TTL and ECL, which has made portable electronics possible. • most widely used family for large-scale devices • combines high speed with low power consumption • usually operates from a single supply of 5 – 15 V • excellent noise immunity of about 30% of supply voltage • can be connected to a large number of gates (about 50) •Things to watch out for: – don’t leave inputs floating (in TTL these will float to HI, in CMOS you get undefined behaviour) – susceptible to electrostatic damage (finger of death) 21
  • 22. CMOS/TTL power requirements • TTL power essentially constant (no frequency dependence) • CMOS power scales as  f  C  V2 • At high frequencies (>> MHz) CMOS dissipates more power than TTL • Overall advantage is still for CMOS even for very fast chips – only a relatively small portion of complicated circuitry operates at highest frequencies frequency supply volt. eff. capacitance 22
  • 23. CMOS family evolution obsolete •Power reduction is one of the keys to progressive growth of integration 23
  • 24. Overview TTL Logic Family CMOS • Values typical for Vcc/Vdd = 5V • When interfacing different families, pay attention to their input/output voltage, current (fanout) TPD Trise/fall VIH,min VIL,max VOH,min VOL,max Noise Margin 24
  • 25. Some Gates 2-input AND Gate Diode-Resistor Logic
  • 30. Common ICs 7400 Quad 2-input Logic NAND Gate Also: 74LS00 Quad 2-input 74LS10 Triple 3-input 74LS20 Dual 4-input 74LS30 Single 8-input 7402 Quad 2-input NOR Gate 7408 Quad 2-input AND Gate 7432 Quad 2-input Logic OR Gate