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