Difference between revisions of "CoE 197U The CMOS Inverter"

From Microlab Classes
Jump to navigation Jump to search
Line 49: Line 49:
 
|-
 
|-
 
|}
 
|}
 +
 +
: <math>V_H</math>
  
 
{|
 
{|

Revision as of 15:21, 10 March 2021

To understand the analysis and design of digital circuits, we will look at its fundamental element -- the digital gate. We will start with the simplest digital gate, the inverter.

The Inverter Voltage Transfer Characteristics (VTC)

The functionality of the inverter can be captured by looking at the output voltage as we change the input voltage, or the voltage-transfer characteristic (VTC).

The Ideal Inverter VTC

Let us define an ideal inverter, where:

 

 

 

 

(1)

Where is logic 1 voltage level, and in general may or may not be equal to the positive supply voltage, , and is logic 0 voltage level, and in general may or may not be equal to the negative supply voltage, . The VTC of this ideal inverter, as well as the standard inverter circuit symbol, is shown in Fig. 1.

Figure 1: The ideal inverter voltage transfer characteristic (VTC)[1].

Inverter Implementations

One implementation of the inverter is to use a single NMOS transistor and a resistor, as shown in Fig. 2. Using our switch model for the NMOS transistor, we can see that when the input is low or at logic 0, the output is pulled up to since the switch is open. When the input voltage is equal to , the switch is closed and the output is pulled down close to ground. For a finite on switch resistance, , the output voltage becomes:

 

 

 

 

(2)

Note that a finite will degrade (increase) low output voltage or logic 0 level. Additionally, the when the output of the NMOS inverter is low, there is a non-zero current flowing through the resistor, resulting in static power consumption, or power consumed from the supply even when there is no switching activity present in the circuit.

Figure 2: The NMOS inverter.
Figure 3: The CMOS inverter.

Another implementation of the inverter is to use an NMOS and a PMOS transistor. This complementary (CMOS) configuration turns on only one switch at a time since the gates of the two transistors are connected to each other. Thus, an input voltage of will turn on (close) the NMOS switch, and turn off (open) the PMOS switch since the gate-to-source voltage of the PMOS transistor is zero, pulling the inverter output down to ground. When the input voltage is ground or logic 0, the NMOS switch is open and the PMOS is closed, pulling the output up to .

Note that due to the complementary function of the CMOS inverter, there is no static current flowing when the output is either at logic 0 or logic 1. However, current will flow during the transition from 01 or 10.

Static Design Metrics

The general form of the inverter voltage transfer characteristic is shown in Fig. 4. We can define several metrics to enable us to determine how close the real VTC is to the ideal VTC. Consider the cascaded inverter in Fig. 5.

Figure 4: The non-ideal inverter voltage transfer characteristic (VTC)[1].
Figure 5: Cascaded inverters.
Figure : The CMOS inverter voltage transfer characteristic (VTC)[2].

Noise in Digital Circuits

Noise Rejection

Noise Margins

The Regenerative Property of Inverters

Inverter Delay

Figure: Logic delay definitions [1].

Power Dissipation

Figure : The CMOS switching current[3].
Figure : The CMOS transient power dissipation[3].

Energy Consumption

References

  1. 1.0 1.1 1.2 Ming Wu's UCB EE105 (Fall 2014) Lecture 24 Slides (link)
  2. Tsu-Jae King's UCB EECS40 (Fall 2003) Lecture 26 Slides (link)
  3. 3.0 3.1 Tsu-Jae King's UCB EECS40 (Fall 2003) Lecture 27 Slides (link)