Cmos Vlsi Design: A Systems & Circuits Perspective
Cmos Vlsi Design: A Systems & Circuits Perspective
A BRIEF HISTORY
In 2008, Intels Itanium microprocessor contained more than 2
billion transistors and a 16 Gb Flash memory contained more
than 4 billion transistors.
This corresponds to a compound annual growth rate of 53%
over 50 years. No other technology in history has sustained
such a high growth rate lasting for so long.
This incredible growth has come from steady miniaturization of
transistors and improvements in manufacturing processes.
Most other fields of engineering involve tradeoffs between
performance, power, and price. However, as transistors
become smaller, they also become faster, dissipate less power,
and are cheaper to manufacture.
This synergy has not only revolutionized electronics, but also
society at large.
Story of a Transistor
We have called it the Transistor, T-R-A-NS-I-S-T-O-R, because it is a resistor or
semiconductor device which can amplify
electrical signals as they are transferred
through it from input to output terminals.
It is, if you will, the electrical equivalent of
a vacuum tube amplifier. But there the
imilarity ceases. It has no vacuum, no
filament, no glass tube. It is composed
entirely of cold, solid substances.
Ten years later, Jack Kilby at Texas Instruments realized the potential for
miniaturization if multiple transistors could be built on one piece of silicon.
Figure shows his first prototype of an integrated circuit, constructed from a
germanium slice and gold wires.
The invention of the transistor earned the Nobel Prize in Physics in 1956 for
Bardeen, Brattain, and their supervisor William Shockley. Kilby received the
Nobel Prize in Physics in 2000 for the invention of the integrated circuit.
Transistors can be viewed as electrically controlled switches with a control
terminal and two other terminals that are connected or disconnected
depending on the voltage or current applied to the control. Soon after inventing
the point contact transistor, Bell Labs developed the bipolar junction transistor.
Bipolar transistors were more reliable, less noisy, and more power-efficient.
Early integrated circuits primarily used bipolar transistors.
Bipolar transistors require a small current into the control (base) terminal to
switch much larger currents between the other two (emitter and collector)
terminals. The quiescent power dissipated by these base currents, drawn even
when the circuit is not switching,
limits the maximum number of transistors that can be integrated onto a single die. By the 1960s,
Metal Oxide Semiconductor Field Effect Transistors (MOSFETs) began to enter production. MOSFETs
offer the compelling advantage that they draw almost zero control current while idle. They come in
two flavors: nMOS and pMOS, using n-type and p-type silicon, respectively. The original idea of field
effect transistors dated back to the German
scientist Julius Lilienfield in 1925 [US patent 1,745,175] and a structure closely resembling the
MOSFET was proposed in 1935 by Oskar Heil [British patent 439,457], but materials problems foiled
early attempts to make functioning devices.
In 1963, Frank Wanlass at Fairchild described the first logic gates using MOSFETs [Wanlass63].
Fairchilds gates used both nMOS and pMOS transistors, earning the name Complementary Metal
Oxide Semiconductor, or CMOS. The circuits used discrete transistors but consumed only nanowatts
of power, six orders of magnitude less than their bipolar counterparts. With the development of the
silicon planar process, MOS integrated circuits became attractive for their low cost because each
transistor occupied less area and the fabrication process was simpler [Vadasz69]. Early commercial
processes used only pMOS transistors and suffered from poor performance, yield, and reliability.
Processes using nMOS transistors became common in the 1970s [Mead80].
Intel pioneered nMOS technology with its 1101 256-bit static random access memory and 4004 4-bit
microprocessor, as shown in Figure 1.3. While the nMOS process was less expensive than CMOS,
nMOS logic gates still consumed power while idle. Power consumption became a major issue in the
1980s as hundreds of thousands of transistors were integrated onto a single die. CMOS processes
were widely adopted and have essentially replaced nMOS and bipolar processes for nearly all digital
logic applications.
Transistors in Intel
Microprocessors
Small-scale integration (SSI) circuits, such as the 7404 inverter, have fewer
than 10
gates, with roughly half a dozen transistors per gate. Medium-scale
integration (MSI) circuits, such as the 74161 counter, have up to 1000
gates.
Large-scale integration (LSI) circuits, such as simple 8-bit microprocessors,
have up to 10,000 gates. It soon became apparent that new names would
have to be created every five years if this naming trend continued and thus
the term very large-scale integration (VLSI) is used to describe most
integrated circuits from the 1980s onward.
Processor generations
MOS transistors
Each transistor consists of a stack of
the conducting gate, an insulating
layer of silicon dioxide (SiO2, better
known as glass), and the silicon
wafer, also called the substrate, body,
or bulk.
Gates of early transistors were built
from metal, so the stack was called
metaloxide- semiconductor, or MOS
PMOS
A pMOS transistor is just the
opposite, consisting of p-type source
and drain regions with an n-type
body. In a CMOS technology with
both flavors of transistors, the
substrate is either n-type or p-type.
The other flavor of transistor must be
built in a special well in which dopant
atoms have been added to form the
body of the opposite type.
A pMOS
transistor is just the opposite, being ON
when the
gate is low and OFF when the gate is high.
This
switch model is illustrated in Figure 1.10,
where g, s, and d indicate gate, source, and
drain. This model will be our most common
one when discussing circuit behavior.
CMOS LOGIC
THE INVERTER:
Figure shows the schematic and symbol for a CMOS
inverter or NOT gate using one nMOS transistor and
one pMOS transistor.
The bar at the top indicates VDD and the triangle at
the bottom indicates GND. When the input A is 0, the
nMOS transistor is OFF and the pMOS transistor is ON.
Thus, the output Y is pulled up to 1 because it is
connected to VDD but not to GND. Conversely, when
A is 1, the nMOS is ON, the pMOS is OFF, and Y is
pulled down to 0. This is summarized in Table
Figure 1.12(a) shows a 2-input CMOS NAND gate. It consists of two series nMOS
transistors
between Y and GND and two parallel pMOS transistors between Y and VDD. If
either input A or B is 0, at least one of the nMOS transistors will be OFF, breaking
the
path from Y to GND. But at least one of the pMOS transistors will be ON, creating a
path from Y to VDD. Hence, the output Y will be 1. If both inputs are 1, both of the
nMOS
transistors will be ON and both of the pMOS transistors will be OFF. Hence, the
output
will be 0. The truth table is given in Table 1.2 and the symbol is shown in Figure
1.12(b).
Note that by DeMorgans Law, the inversion bubble may be placed on either side of
the
gate. In the figures in this book, two lines intersecting at a T-junction are
connected. Two
lines crossing are connected if and only if a dot is shown
Example 1.1
Sketch a 3-input CMOS NOR gate.