Chapter 10 Digital Integrated Circuits

Slides:



Advertisements
Similar presentations
Chapter 10 Digital CMOS Logic Circuits
Advertisements

CSET 4650 Field Programmable Logic Devices
TTL (Transistor Transistor Logic).  Transistor Transistor logic or just TTL, logic gates are built around only transistors.  TTL was developed in 1965.
Digital Electronics Logic Families TTL and CMOS.
Logic Families and Their Characteristics
Ch 11 Bipolar Transistors and Digital Circuits
CMOS Family.
Introduction to Digital Systems By Dr. John Abraham UT-Panam.
Transistors These are three terminal devices, where the current or voltage at one terminal, the input terminal, controls the flow of current between the.
Microelectronic Circuits, Sixth Edition Sedra/Smith Copyright © 2010 by Oxford University Press, Inc. C H A P T E R 13 CMOS Digital Logic Circuits.
Chap.10 Digital Integrated Circuits. Content  10-1 Introduction  10-2 Feature  10-3 Feature of BJT  10-4 RTL and DTL  10-5 TTL  10-6 ECL  10-7.
Voltage Transfer Characteristic for TTL

EE365 Adv. Digital Circuit Design Clarkson University Lecture #4
Lecture #24 Gates to circuits
The metal-oxide field-effect transistor (MOSFET)
Chap. 5 Field-effect transistors (FET) Importance for LSI/VLSI –Low fabrication cost –Small size –Low power consumption Applications –Microprocessors –Memories.
3.3 CMOS Logic 1. CMOS Logic Levels NextReturn Logic levels for typical CMOS Logic circuits. Logic 1 (HIGH) Logic 0 (LOW) Undefined Logic level 5.0V 3.5V.
Chapter 6 – Selected Design Topics Part 1 – The Design Space Logic and Computer Design Fundamentals.
University College Cork IRELAND Number Systems, Data Types, Codes Logic Gates: An Introduction.
Digital CMOS Logic Circuits
10-7 Metal-Oxide Semiconductor ( MOS )  Field-Effect Transistor ( FET ) Unipolar transistor Depend on the flow of only one type of carrier JFET, MOS 
3 Microelettronica – Elettronica digitale 2/ed Richard C. Jaeger, Travis N. Blalock Copyright © 2005 – The McGraw-Hill Companies srl Chapter 15 Introduction.
Logic Families Introduction.
Digital Integrated Circuits© Prentice Hall 1995 Inverter THE INVERTERS.
EET 252 Unit 2 Integrated Circuit Technologies
Digital logic families
Metal-Oxide- Semiconductor (MOS) Field-Effect Transistors (MOSFETs)
CSET 4650 Field Programmable Logic Devices
Logic Gate A logic gate is an electronic circuit which makes logic decisions. It has one output and one or more inputs. The output signal appears only.
ECE 331 – Digital System Design Transistor Technologies, and Realizing Logic Gates using CMOS Circuits (Lecture #23)
Transistors Three-terminal devices with three doped silicon regions and two P-N junctions versus a diode with two doped regions and one P-N junction Two.
EET 1131 Unit 9 Logic Families
Digital IC Family.
INTEGRATED CIRCUIT LOGIC FAMILY
CH111 Chapter 11 CMOS and TTL Circuits By Taweesak Reungpeerakul.
Logic Families and Their Characteristics
1 Digital CMOS Logic Circuits. Introduction CMOS is by far the most popular technology for the implementation of digital systems. The small size, ease.
Ch 10 MOSFETs and MOS Digital Circuits
MOS Transistors The gate material of Metal Oxide Semiconductor Field Effect Transistors was original made of metal hence the name. Present day devices’
Digital Design: Principles and Practices
Electrical Characteristics of Logic Gates Dr. Ashraf Armoush © 2010 Dr. Ashraf Armoush.
1 Logic Gates Digital Computer Logic Kashif Bashir WWW:
Microelectronic Circuits, Sixth Edition Sedra/Smith Copyright © 2010 by Oxford University Press, Inc. C H A P T E R 14 Advanced MOS and Bipolar Logic Circuits.
Chapter 11 Field effect Transistors: Operation, Circuit, Models, and Applications Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction.
Charles Kime & Thomas Kaminski © 2008 Pearson Education, Inc. (Hyperlinks are active in View Show mode) Chapter 6 – Selected Design Topics Part 1 – The.
Chapter 4 Logic Families.
Field Effect Transistors: Operation, Circuit Models, and Applications AC Power CHAPTER 11.
Chapter 11 Logic Gate Circuitry.
Physical States for Bits. Black Box Representations.
Chapter 1 Combinational CMOS Logic Circuits Lecture # 4 Pass Transistors and Transmission Gates.
IC Logic Families Wen-Hung Liao, Ph.D.
EE210 Digital Electronics Class Lecture 7 May 22, 2008.
CMOS Logic.  The CMOS Logic uses a combination of p-type and n-type Metal-Oxide-Semiconductor Field Effect Transistors (MOSFETs) to implement logic gates.
Chapter 4 Bipolar Junction Transistors
11. 9/15 2 Figure A 2 M+N -bit memory chip organized as an array of 2 M rows  2 N columns. Memory SRAM organization organized as an array of 2.
EE210 Digital Electronics Class Lecture 10 April 08, 2009
Solid-State Devices & Circuits
CH31 Chapter 3 Logic Gates By Taweesak Reungpeerakul.
CMOS Logic Gates. NMOS transistor acts as a switch 2 When gate voltage is 0 V No channel is formed current does not flow easily “open switch” When gate.
EE Electronics Circuit Design Digital Logic Gates 14.2nMOS Logic Families 14.3Dynamic MOS Logic Families 14.4CMOS Logic Families 14.5TTL Logic.
Electrical Characteristics of Logic Gates Gate Characteristics Last Mod: January 2008  Paul R. Godin.
CMOS technology and CMOS Logic gate. Transistors in microprocessors.
PROPAGATION DELAY.
EI205 Lecture 15 Dianguang Ma Fall 2008.
Overview Part 1 – The Design Space
CMOS circuits and Logic families
SOLIDS AND SEMICONDUCTOR DEVICES - IV
SOLIDS AND SEMICONDUCTOR DEVICES - IV
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Presentation transcript:

Chapter 10 Digital Integrated Circuits 10-1 Introduction 10-2 Special Characteristics 10-3 Bipolar-Transistor Characteristics 10-4 RTL and DTL Circuits 10-5 Transistor -Transistor Logic

Chapter 10 Digital Integrated Circuits 10-6 Emitter-Coupled Logic 10-7 Metal-Oxide Semiconductor (MOS) 10-8 Complementary MOS (CMOS) 10-9 CMOS Transmission Gate Circuits 10-10 Switch-Level Modeling With HDL

10-1 Introduction RTL ( Resistor-transistor logic) DTL ( Diode-transistor logic) TTL ( Transistor-transistor logic) IC digital logic family ECL ( Emitter-coupled logic) MOS ( Metal-oxide semiconductor) CMOS ( Complementary metal-oxide semiconductor)

10-1 Introduction NAND gate If any input of a NAND gate is low, the output is high. If all inputs of a NAND gate are high, the output is low.

10-1 Introduction NOR gate If any input of a NOR gate is high, the output is low. If all inputs of a NOR gate are low, the output is high.

10-2 Special Characteristics Fan-Out The fan-out of a gate specifies the number of standard loads that can be connected to the output of the gate without degrading its normal operation. The 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 a gate.

10-2 Special Characteristics Fan-Out The fan-out of the gate is calculated from the ratio IOH/IIH or IOL/IIL, whichever is smaller.

10-2 Special Characteristics Power Dissipation The power dissipation is a parameter that represents the amount of power needed by the gate. The current that is drawn from the power supply when the output of the gate is in the low-voltage level The current that is drawn from the power supply when the output of the gate is in the high-voltage level The power is the product VCC × ICC . The current drain from the power supply depends on the logic state of the gate. Supply voltage The current that is drawn by the circuit. The average current is ICC (avg) = ( ICCH + ICCL) /2

10-2 Special Characteristics Power Dissipation The average power dissipation PD (avg) = ICC (avg) × VCC In a typical digital system there will be many IC, and the power required by each IC must be considered. The total power dissipation in the system is the sum total of the power dissipated in the all ICs.

10-2 Special Characteristics Propagation Delay The propagation delay of a gate is the average transition-delay time for the signal to propagate from input to output when the binary signal changes in value. The signal-delay time between the input and output when the output changes from the high to the low level is referred to as tPHL

10-2 Special Characteristics Propagation Delay The propagation delay of a gate is the average transition-delay time for the signal to propagate from input to output when the binary signal changes in value. When the output goes from the low to the high level, the delay is tPLH

10-2 Special Characteristics Noise Margin Noise is a term used to denote an undesired signal that is superimposed upon the normal operating signal. 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

10-2 Special Characteristics Noise Margin Noise margin is the difference VOH -VIH or VIL -VOL , whichever is smaller.

10-3 Bipolar-Transistor Characteristics Region VBE(V) VCE(V) Current Relationship Cutoff Active Saturation < 0.6 0.6-0.7 0.7-0.8 Open circuit > 0.8 0.2 IB = IC = 0 IC = hFEIB IB >=ICS/hFE

10-3 Bipolar-Transistor Characteristics Demonstration Consider the inverter circuit of the figure with the following parameters: RC = 1KΩ VCC = 5V RB = 22KΩ H = 5V hFE = 50 L = 0.2 V

10-3 Bipolar-Transistor Characteristics Demonstration IB = (Vi – VBE) / RB = (5 – 0.7) / 22KΩ = 0.195mA ICS = (VCC – VCE) / RC = (5 – 0.2) /1KΩ = 4.8mA Assuming VCE =0.2V 0.195 = IB >= ICS/hFE = 4.8/50 =0.096mA The transistor is saturated and its output voltage VO = VCE =0.2V= L

10-4 RTL and DTL Circuit RTL Basic Gate If all inputs are low at 0.2 V, all transistors are cut off. This causes the output of the circuit to be high.

10-4 RTL and DTL Circuit RTL Basic Gate If any input of the RTL gate is high, the corresponding transistor is driven into saturation. This causes the output to be low, regardless of the states of the other transistors.

10-4 RTL and DTL Circuit DTL Basic Gates If any input of the gate is low at 0.2V, the corresponding input diode conducts current through VCC and the 5K resistor into the input node. The voltage of P is equal to a total of 0.9V that is not enough to overcome the a potential of one VBE drop plus two diode drop. The transistor is cutoff. The output voltage is high at 5V.

10-4 RTL and DTL Circuit DTL Basic Gates If all inputs are high, the transistors is driven into the saturation region. This causes the output to be low.

10-4 RTL and DTL Circuit DTL Basic Gates The fan-out of a DTL gate may be increased by replacing one of the diodes in the base circuit with a transistor.

10-5 Transistor -Transistor Logic The original basic TTL gate was a slight improvement over the DTL gate. TTL gates have three different types of output configuration: Open-collector output Totem-pole output Three-state (or tristate) output

10-5 Transistor -Transistor Logic Open-Collector Output Gate The basic TTL gate is a modified circuit of the DTL gate

10-5 Transistor -Transistor Logic Open-Collector Output Gate The basic TTL gate is a modified circuit of the DTL gate

10-5 Transistor -Transistor Logic Open-Collector Output Gate The basic TTL gate is a modified circuit of the DTL gate

10-5 Transistor -Transistor Logic Open-Collector Output Gate If any input is low, the voltage at the base of Q1 is equal to 0.9V. In order for Q3 to start conducting, the voltage at the the base of Q1 must be greater than 1.8V. 0.9V 0.2V 1.8V Therefore, the output transistor is cutoff.

10-5 Transistor -Transistor Logic Open-Collector Output Gate If all input are high, both Q2 Q3 conduct and saturate. The base voltage of Q1 is equal to the voltage across its base-collector pn junction plus two VBE drop in Q2 and Q3, or 2.1V. 2.1V 3V The output transistor saturates, the output goes low to 0.2V

10-5 Transistor -Transistor Logic Open-Collector Output Gate If the output of several open-collector TTL gates are tied together with a single external resistor, a wired-AND logic is performed. The wire-AND logic gives a high level only if all variables are high; otherwise, the function is low.

10-5 Transistor -Transistor Logic Open-Collector Output Gate The wire-AND gate is not a physical gate, but only a symbol to designate the function obtained from the indicated connection.

10-5 Transistor -Transistor Logic Open-Collector Output Gate Open-collector gates can be tied together to form a common bus. Three of the inputs are 0, which produces a 1 on the bus. The fourth input, I4, can now transmit information through the common-bus line into inverter 5.

10-6 Emitter-Coupled Logic Internal temperature and voltage compensated bias network 10-6 Emitter-Coupled Logic Differential input amplifier Emitter-follower outputs

10-6 Emitter-Coupled Logic The graphic symbol of ECL Gate Two outputs of two or more ECL gates can be connected together to form wired logic. Wired-OR Wired-AND

10-7 Metal-Oxide Semiconductor (MOS) Inverter When the input voltage is low (below VT), Q2 turns off. The output voltage is at about VDD. When the input voltage is high (above VT), Q2 turns on. The output voltage is at a voltage below VT.

10-7 Metal-Oxide Semiconductor (MOS) NAND Gate Input A and B must both be high for all transistors to conduct and cause the output to go low. If either input is low, the corresponding transistor is turned off and the output is high. 1 1

10-7 Metal-Oxide Semiconductor (MOS) NAND Gate Input A and B must both be high for all transistors to conduct and cause the output to go low. If either input is low, the corresponding transistor is turned off and the output is high. 1 1

10-7 Metal-Oxide Semiconductor (MOS) NOR Gate If either input is high, the corresponding transistor conducts and the output is low. If all inputs are low, all active transistors are off and the output is high.

10-8 Complementary MOS (CMOS) Inverter When the input is low, both gates are zero potential. The input is at –VDD, relative to the source of the p-channel device and at 0 V relative to the source of the n-channel device. p-channel device is turned on and the n-channel device is turned off. The source terminal of the p-channel device is at VDD 1 The source terminal of the n-channel device is at ground.

10-8 Complementary MOS (CMOS) Inverter 2. When the input is high, both gates are at VDD. The p-channel device is turned off and the n-channel device is turned on. 1

10-8 Complementary MOS (CMOS) NAND Gate A two-input NAND gate consists of two p-type units in parallel and two n-type units in serial. 1 If all inputs are high, both p-channel transistors turn off and both n-channel transistors turn on. The output produces a low state. 1

10-8 Complementary MOS (CMOS) NAND Gate If any input is low, the associated n-channel transistor is turned off and the associated p-channel transistor is turned on. The output goes to the high state. 1 1

10-8 Complementary MOS (CMOS) NOR Gate A two-input NOR gate consists of two n-type units in parallel and two p-type units in serial. 1 If all inputs are low, both p-channel transistors turn on and both n-channel transistors turn off. The output goes to the high state.

10-8 Complementary MOS (CMOS) NOR Gate If any input is high, the associated p-channel transistor is turned off and the associated n-channel transistor is turned on. The output goes to the low state. 1

10-8 Complementary MOS (CMOS) COMS Characteristics Low power dissipation Greater packing density Good noise immunity Reasonable propagation delay

10-9 CMOS Transmission Gate Circuits A transmission gate consists of one n-channel and one p-channel MOS transistor connected in parallel. When the N gate is at ground and P gate at VDD, both transistors are off and there is an open circuit between X and Y. 1

10-9 CMOS Transmission Gate Circuits When the N gate is at VDD and P gate at ground, both transistors are on and there is an close circuit between X and Y. 1 The block diagram of the transmission gate

10-9 CMOS Transmission Gate Circuits The transmission gate is usually connected to an inverter and referred to as a bilateral switch. When C=1, the switch is closed; when C=0, the switch is open.

10-9 CMOS Transmission Gate Circuits The block diagram of Exclusive-OR Constructed with Transmission Gates Exclusive-OR Constructed with Transmission Gates The truth table of Exclusive-OR Constructed with Transmission Gates

10-9 CMOS Transmission Gate Circuits Multiplexer with Transmission Gates

10-9 CMOS Transmission Gate Circuits Gated D Latch with Transmission Gates 1 Q=D

10-9 CMOS Transmission Gate Circuits Gated D Latch with Transmission Gates Q retains its present state.

10-10 Switch-Level Modeling with HDL Inverter //CMOS inverter Fig. 10-22 (a) module inverter (Y,A); input A; output Y; supply1 PWR; supply0 GRD; pmos (Y,PWR,A); //(Drain,source,gate) nmos (Y,GRD,A); //(Drain,source,gate) endmodule Define the power and ground with the keywords supply1 and supply0

10-10 Switch-Level Modeling with HDL Inverter //CMOS inverter Fig. 10-22 (a) module inverter (Y,A); input A; output Y; supply1 PWR; supply0 GRD; pmos (Y,PWR,A); //(Drain,source,gate) nmos (Y,GRD,A); //(Drain,source,gate) endmodule Instantiate a PMOS and a NMOS

10-10 Switch-Level Modeling with HDL Inverter //CMOS inverter Fig. 10-22 (a) module inverter (Y,A); input A; output Y; supply1 PWR; supply0 GRD; pmos (Y,PWR,A); //(Drain,source,gate) nmos (Y,GRD,A); //(Drain,source,gate) endmodule The output and the input are common to both transistors at their drain and gate terminals, respectively.

10-10 Switch-Level Modeling with HDL NAND Gate //CMOS 2-input NAND Fig. 10-22(b) module NAND2 (Y,A,B); input A,B; output Y; supply1 PWR; supply0 GRD; wire W1; //terminal between two nmos pmos (Y,PWR,A); //source connected to Vdd pmos (Y,PWR,B); // parallel connection nmos (Y,W1,A); // serial connection nmos (W1,GRD,B); // source connected to ground endmodule Two PMOS transistors connected in parallel with their source terminal connected to PWR.

10-10 Switch-Level Modeling with HDL NAND Gate //CMOS 2-input NAND Fig. 10-22(b) module NAND2 (Y,A,B); input A,B; output Y; supply1 PWR; supply0 GRD; wire W1; //terminal between two nmos pmos (Y,PWR,A); //source connected to Vdd pmos (Y,PWR,B); // parallel connection nmos (Y,W1,A); // serial connection nmos (W1,GRD,B); // source connected to ground endmodule Two NMOS transistors connected in serial with a common terminal W1.

10-10 Switch-Level Modeling with HDL Circuits with Transmission Gate //XOR with CMOS switchs Fig. 10-25 module SXOR (A,B,Y); input A,B; output Y; wire Anot, Bnot; //instantiate inverter inverter v1 (Anot,A); inverter v2 (Bnot,B); //instantiate cmos switch cmos (Y,B,Anot,A); //(output,input,ncontrol,pcontrol) cmos (Y,Bnot,A,Anot); endmodule Transmission gate description

10-10 Switch-Level Modeling with HDL Continued //CMOS inverter Fig. 10-22(a) module inverter (Y,A); input A; output Y; supply1 PWR; supply0 GRD; pmos (Y,PWR,A); //(Drain,source,gate) nmos (Y,GRD,A); //(Drain,source,gate) endmodule //Stimulus to test SXOR module test_SXOR; reg A,B; wire Y; //Instantiate SXOR SXOR X1 (A,B,Y); //Apply truth table initial begin A=1'b0; B=1'b0; #5 A=1'b0; B=1'b1; #5 A=1'b1; B=1'b0; #5 A=1'b1; B=1'b1; end //display results $monitor ("A =%b B= %b Y =%b",A,B,Y); endmodule