Module 1
Module 1
Module 1
MODULE 1
SYLLABUS:
Introduction: A Brief History, MOS Transistors, CMOS Logic (1.1 to 1.4 of TEXT2)
MOS Transistor Theory: Introduction, Long-channel I-V Characteristics, Non-ideal I-V
Effects, DC Transfer Characteristics (2.1, 2.2, 2.4 and 2.5 of TEXT2).
Table of Contents
1.1. Introduction ..................................................................................................................... 2
1.2. MOS Transistor as a switch: ........................................................................................... 4
1.3. CMOS Logic ................................................................................................................... 4
1.3.1. The Inverter............................................................................................................................... 4
1.3.2. The NAND Gate ......................................................................................................................... 5
1.3.3. The NOR Gate............................................................................................................................ 5
1.3.4. Compound Gates ...................................................................................................................... 6
1.4. Pass Transistors and Transmission Gates ....................................................................... 7
1.5. Tristates ........................................................................................................................... 8
1.6. Multiplexers .................................................................................................................. 10
1.7. Sequential Circuits ........................................................................................................ 10
1.8. MOS Transistors ........................................................................................................... 12
1.8.1. Structure of nMOS transistor .................................................................................................. 13
1.8.2. Structure of pMOS transistor .................................................................................................. 17
1.9. Long-Channel I-V Characteristics ................................................................................ 21
1.10. Nonideal I-V Effects ..................................................................................................... 23
1.10.1. Mobility Degradation and Velocity Saturation ....................................................................... 23
1.10.2. Channel Length Modulation ................................................................................................... 24
1.10.3. Threshold Voltage Effects ....................................................................................................... 25
1.10.4. Drain-Induced Barrier Lowering (DIBL) ................................................................................... 26
1.11. CMOS Inverter DC Characteristics .............................................................................. 28
1.11.1. βn/βp Ratio ............................................................................................................................... 32
1.11.2. Noise Margin ........................................................................................................................... 33
1.12. Pass Transistor DC Characteristics ............................................................................... 35
“CMOS Digital Integrated Circuits: Analysis and Design” - Sung Mo Kang &
T-1.
Yosuf Leblebici, Third Edition, Tata McGraw-Hill.
1.1. Introduction
➢ Silicon (Si) forms the basic starting material for most integrated circuits. Silicon is a
group IV element of the periodic table, so it forms covalent bonds with four adjacent
atoms, as shown in Fig.1.1 (a).
➢ Valence electrons of silicon are involved in chemical bonds; pure silicon is a poor
conductor.
➢ Thermal vibration of the lattice at room temperature is enough to set the electron free to
move, leaving a positively charged As+ ion and a free electron.
➢ The free electron can carry current so the conductivity is higher. We call this an n-type
semiconductor because the free carriers are negatively charged electrons.
➢ Similarly, a dopant from Group III of the periodic table, such as boron, has three valence
electrons, as shown in Fig.1.1 (c). The dopant atom can borrow an electron from a
neighboring silicon atom, which in turn becomes short by one electron. That atom in turn
can borrow an electron, and so forth, so the missing electron, or hole, can propagate
about the lattice. The hole acts as a positive carrier so we call this a p-type
semiconductor.
➢ A Metal-Oxide-Semiconductor (MOS) structure is created by superimposing several
layers of conducting and insulating materials to form a sandwich-like structure.
➢ These structures are manufactured using a series of chemical processing steps involving
oxidation of the silicon, selective introduction of dopants, and deposition and etching of
metal wires and contacts.
➢ CMOS technology provides two types of transistors (also called devices): an n-type
transistor (nMOS) and a p-type transistor (pMOS) as shown in Fig.1.2.
➢ Transistor operation is controlled by electric fields so the devices are also called Metal
Oxide Semiconductor Field Effect Transistors (MOSFETs) or simply FETs.
Fig.1.2: MOSFET
➢ The n+ and p+ regions in fig.1.2 indicate heavily doped n- type or p-type silicon.
➢ Each transistor consists of a stack of the conducting gate, an insulating layer of silicon
dioxide (SiO2), and the silicon wafer, also called the substrate or body or bulk.
➢ Gates of early transistors were built from metal, so the stack was called metal-oxide-
semiconductor, or MOS. Since the 1970s, the gate has been formed from polycrystalline
silicon (known as polysilicon).
➢ An nMOS transistor is built with a p-type body and has regions of n-type semiconductor
adjacent to the gate called the source and drain.
➢ A pMOS transistor is just the opposite, consisting of p-type source and drain regions with
an n-type body.
➢ The gate is a control input: It affects the flow of electrical current between the source and
drain.
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 1.1.
The inverter, NAND and NOR gates are examples of static CMOS logic gates, also called
complementary CMOS gates. In general, a static CMOS gate has an nMOS pull-down network
to connect the output to 0 (GND) and pMOS pull-up network to connect the output to 1 (VDD),
as shown in Fig 1.7. The networks are arranged such that one is ON and the other OFF for any
input pattern.
A compound gate performing a more complex logic function in a single stage of logic is formed
by using a combination of series and parallel switch structures. For example, the derivation of
the circuit for the function 𝑌 = ̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅
(𝐴. 𝐵) + (𝐶. 𝐷) is shown in Fig 1.8. This function is sometimes
called AND-OR-INVERT-22, or AOI22 because it performs the NOR of a pair of 2-input ANDs.
For the nMOS pull-down network, take the uninverted expression ((A · B) + (C · D)) indicating
when the output should be pulled to ‘0.’ The AND expressions (A · B) and (C · D) may be
implemented by series connections of switches, as shown in Fig 1.8(a). Now ORing the result
requires the parallel connection of these two structures, which is shown in Fig 1.8(b). For the
pMOS pull-up network, we must compute the complementary expression using switches that
turn on with inverted polarity. By DeMorgan’s Law, this is equivalent to interchanging AND and
OR operations. Hence, transistors that appear in series in the pull-down network must appear in
parallel in the pull-up network. Transistors that appear in parallel in the pulldown network must
appear in series in the pull-up network. In the pull-up network, the parallel combination of A and
B is placed in series with the parallel combination of C and D. This progression is evident in Fig
1.8(c) and Fig 1.8(d). Putting the networks together yields the full schematic (Fig 1.8(e)). The
symbol is shown in Fig 1.8(f ).
In complementary CMOS circuits, the nMOS transistors only need to pass 0s and the pMOS only
pass 1s, so the output is always strongly driven and the levels are never degraded. This is called a
fully restored logic gate and simplifies circuit design considerably. Moreover, there is never a
path through ‘ON’ transistors from the 1 to the 0 supplies for any combination of inputs.
1.5. Tristates
Fig 1.11 shows symbols for a tristate buffer. When the enable input EN is 1, the output Y equals
the input A. When the EN is 0, Y is left floating (a ‘Z’ value). This is summarized in Table
1.5.
1.6. Multiplexers
A multiplexer chooses the output from among several inputs based on a select signal. A 2-input,
or 2:1 multiplexer, chooses input D0 when the select is 0 and input D1 when the select is 1. The
truth table is given in Table 1.6; the logic function is 𝑌 = 𝑆̅𝐷0 + 𝑆𝐷1 . Two transmission gates
can be tied together to form a compact 2-input multiplexer, as shown in Fig 1.14(a). The select
and its complement enable exactly one of the two transmission gates at any given time. The
complementary select S is often not drawn in the symbol, as shown in Fig 1.14(b). Again, the
transmission gates produce a nonrestoring multiplexer. We could build a restoring, inverting
multiplexer out of the compound gate as shown in Fig 1.15(a). Another is to gang together two
tristate inverters, as shown in Fig 1.15(b).
current state of Q indefinitely. The D latch is also known as a level-sensitive latch because the
state of the output is dependent on the level of the clock signal, as shown in Fig 1.16(e).
➢ Metal Oxide Semiconductor comprises of three layers, the top layer is a good conductor
called the gate, the middle layer is a very thin insulating film of SiO2 called the gate
oxide and the bottom layer is the doped silicon body. The Fig.1.18 shows a p-type body
in which the carriers are holes.
➢ Normally the body is grounded and a voltage is applied to the gate. As the gate oxide is a
good insulator, almost zero current flows from the gate to the body.
➢ A negative voltage is applied to the gate, so there is negative charge on the gate. The
positively charged holes are attracted to the region beneath the gate. This is called the
accumulation mode as shown in Fig.1.18 (a).
➢ In Fig.1.18 (b), a small positive voltage is applied to the gate, resulting in some positive
charge on the gate. The holes in the body are repelled from the region directly beneath
the gate, resulting in a depletion region forming below the gate.
Fig.1.18: MOS structure demonstrating (a) accumulation, (b) depletion, and (c) inversion
➢ Substrate (also known as body) region forms p-n junctions with source and drain region
and these p-n junctions are reverse biased.
➢ For transistor operation a channel should be established between source and drain for the
conduction of the majority carries.
➢ To form a channel a positive gate voltage should be applied with respect to source (i.e.
gate to source voltage Vgs).
➢ When a positive gate voltage (Vgs) is applied, an electric field is established between the
gate and the substrate which helps for the inversion of the charges at the gate-substrate
interface.
➢ The holes repel from the interface of gate-substrate region and the electrons from the n+
source and n+ drain region gets attracted towards the interface of gate-substrate region.
➢ When sufficient number of electrons accumulates at the interface of gate-substrate region,
an n-region will be formed between n+ source and n+ drain which acts as a channel for the
current conduction between drain and source.
➢ The channel is created by inverting the interface of gate-substrate region from p-type to
n-type. Hence this induced channel is also called as an inversion layer.
➢ The amount of gate voltage which is required to create a conducting channel between n+
source and n+ drain is called threshold voltage (Vt).
Vgs < Vt
➢ Now keep the gate to source voltage (Vgs) constant and apply a small amount of positive
voltage to drain with respect to source (Vds). An electric field is established between the
drain and the source, causing electrons to move from source to drain in the channel.
➢ The current Id will flow from drain to source which is opposite to the flow of electrons.
➢ The magnitude of current Id depends on the density of electrons in the channel which in
turn depends on the magnitude of Vgs.
➢ The current Id will increase if magnitude of Vgs is increased above Vt, This voltage is
called as excess gate voltage (Vgs - Vt) also called as overdrive voltage (VOV).
➢ The voltage Vds appears as a voltage drop across the length of the channel. The voltage
between the gate and the points along the channel decreases from Vgs at the source end to
Vgs – Vds at the drain end.
➢ Since the channel depth depends on this voltage, we find that the channel is no longer of
uniform depth; rather, the channel will take the tapered form.
➢ As Vds is increased further, the channel becomes more tapered and its resistance increases
correspondingly.
➢ The device is said to operate in linear region (triode region) if Vds < Vdssat as shown in
the Fig1.20.
➢ When Vds is increased further it reduces the voltage between gate and channel at the drain
end to Vt, i.e, Vgd = Vt, or Vgs – Vds = Vt or Vds = Vgs - Vt, the channel depth at the drain
end decreases to almost zero, and the channel is now said to be pinched off.
➢ Increasing Vds further shifts the pinch-off point towards the source region, and the current
through the channel remains constant at the value obtained for Vds = Vgs - Vt.
➢ The drain current thus saturates at this value, and the MOSFET is said to have entered the
saturation region of operation.
➢ The voltage Vds at which saturation occurs is denoted Vdssat and Vdssat = Vgs - Vt.
➢ The device operates in the saturation region if Vds ≥ Vdssat as shown in the Fig1.21
➢ Thus the Id - Vds curve does not continue as a straight line but bends eventually as shown
in Fig.1.22.
Gate
Source Drain
Polysilicon
p+ p+ Diffusion Region
Depletion Region
Oxide
n-substrate layer
Metal
Body
Fig. 1.23: Structure of pMOS enhancement transistor
➢ The electrons repel from the interface of gate-substrate region and the holes from the p+
source and p+ drain region gets attracted towards the interface of gate-substrate region.
➢ When sufficient number of holes accumulates at the interface of gate-substrate region, a
p-region will be formed between p+ source and p+ drain which acts as a channel for the
current conduction from drain to source.
➢ The channel is created by inverting the interface of gate-substrate region from n-type to
p-type. Hence this induced channel is also called as an inversion layer.
➢ The amount of gate voltage which is required to create a conducting channel between p+
source and p+ drain is called threshold voltage (Vt).
S D
p+ p+
n-substrate
Vgs > Vt
Fig. 1.24: Cutoff region of pMOS transistor
➢ Hence the region of operation in which the gate to source voltage (Vgs) is greater
than threshold voltage (Vt) is known as cutoff region as shown in Fig 1.24 where the
MOS transistor is in off state.
➢ Now keep the gate to source voltage (Vgs) constant and apply a small amount of negative
voltage to drain with respect source (Vds). An electric field is established between the
drain and the source, acting towards source terminal which supplies energy to the holes
present in the source.
➢ The holes move towards drain, which causes a small amount of current Id to flow in the
channel.
➢ The current Id will flow from source to drain which is opposite to the flow of electrons.
➢ The magnitude of current Id depends on the density of electrons in the channel which in
turn depends on the magnitude of Vgs.
➢ The current Id will decrease if magnitude of Vgs is decreased below Vt, This voltage is
called as excess gate voltage (Vgs - Vt), also called as overdrive voltage (Vov).
➢ The voltage Vds appears as a voltage drop across the length of the channel. The voltage
between the gate and the points along the channel increases from Vgs at the source end to
Vgs - Vds at the drain end.
➢ Since the channel depth depends on this voltage, we find that the channel is no longer of
uniform depth; rather, the channel will take the tapered form.
➢ As Vds is decreased further, the channel becomes more tapered and its resistance
increases correspondingly.
➢ Thus the Id - Vds curve does not continue as a straight line but bends eventually as shown
in Fig.1.27, when Vds is decreased to the value which reduces the voltage between gate
and channel at the drain end to Vt, i.e, Vgd = Vt, or Vgs - Vds = Vt or Vds = Vgs - Vt
➢ The channel depth at the drain end decreases to almost zero, and the channel is said to be
pinched off.
➢ Decreasing Vds further shifts the pinch-off point towards the source region, and the
current through the channel remains constant at the value obtained for Vds = Vgs - Vt.
G G
S D S D
p+ p+ p+ p+
n-substrate nsubstrate
B B
➢ The drain current thus saturates at this value, and the MOSFET is said to have entered the
saturation region of operation.
➢ The voltage Vds at which saturation occurs is denoted Vdssat and Vdssat = Vgs - Vt.
➢ The device operates in the saturation region if Vds ≤ Vdssat as shown in the Fig 1.26
and it operates in linear region (triode region) if Vds > Vdssat as shown in the Fig. 1.25.
G G
S D S D
p+ p+ p+ p+
n-substrate n-substrate
B B
D D D D
G G G B G B
S S S S
S S S S
G G G B G B
D D D D
𝐖 𝟏
𝐈𝐝𝐬 = 𝛍𝐧 𝐂𝐨𝐱 [ (𝐕𝐠𝐬 − 𝐕𝐭 )𝐕𝐝𝐬 − 𝐕𝐝𝐬 𝟐 ]
𝐋 𝟐
The above equation gives the I - V characteristic in the linear (triode) region. The value
of the current at the edge of the triode region or at the beginning of the saturation region can
be obtained by substituting Vds = Vgs – Vt in the above equation
𝐖 𝟏 𝟐
𝐈𝐝𝐬 = 𝛍𝐧 𝐂𝐨𝐱 [ (𝐕𝐠𝐬 − 𝐕𝐭 )(𝐕𝐠𝐬 − 𝐕𝐭 ) − (𝐕𝐠𝐬 − 𝐕𝐭 ) ]
𝐋 𝟐
𝟏 𝐖 𝟐
𝐈𝐝𝐬 = 𝛍𝐧 𝐂𝐨𝐱 (𝐕𝐠𝐬 − 𝐕𝐭 )
𝟐 𝐋
A high voltage at the gate of the transistor attracts the carriers to the edge of the channel, causing
collisions with the oxide interface that slow the carriers. This is called mobility degradation
Ideally, Ids is independent of Vds for a transistor in saturation, making the transistor a perfect
current source. But as we know, the p–n junction between the drain and body forms a depletion
region with a width L that increases with Vds , as shown in Fig 1.33. The depletion region
effectively shortens the channel length to L-L.
Hence practically the current in the saturation region does not remain constant as shown in
Figure 5. The effective channel length gets modulated by Vds and hence the drain current is given
by,
𝐈𝐝𝐬
𝟏 𝐖 𝟐
= 𝛍𝐧 𝐂𝐨𝐱 (𝐕𝐠𝐬 − 𝐕𝐭 ) (𝟏 + Vds )
𝟐 𝐋
threshold voltage is a function of the total charge in the depletion region, thus as the body
voltage VB drops then depletion charge increases which increases the threshold voltage (VTH).
This effect is called as the body effect
. The threshold voltage can be modeled as
where Vt0 is the threshold voltage when the source is at the body potential, ϕs is the surface
potential at threshold, and γ is the body effect coefficient.
1.10.4. Drain-Induced Barrier Lowering (DIBL)
The drain voltage Vds creates an electric field that affects the threshold voltage. This drain-
induced barrier lowering (DIBL) effect is especially pronounced in short-channel transistors. It
can be modeled as
Subthreshold Leakage The long-channel transistor I-V model assumes current only flows from
source to drain when Vgs > Vt. In
real transistors, current does not
abruptly cut off below threshold,
but rather drops off exponentially,
as seen in Fig 1.35. When the gate
voltage is high, the transistor is
strongly ON. When the gate falls
below Vt, the exponential decline in
current appears as a straight line on
the logarithmic scale. This regime
of Vgs < Vt is called weak
inversion. The subthreshold leakage
current increases significantly with Vds because of drain-induced barrier lowering.
Gate Leakage According to quantum mechanics, the electron cloud surrounding an atom has a
probabilistic spatial distribution. For gate oxides thinner than 15–20 Å, there is a nonzero
probability that an electron in the gate will find itself on the wrong side of the oxide, where it
will get whisked away through the channel. This effect of carriers crossing a thin barrier is called
tunneling, and results in leakage current through the gate.
Junction Leakage The p–n
junctions between diffusion
and the substrate or well
form diodes, as shown in
Fig 1.36. The well-to-
substrate junction is another diode. The substrate and well are tied to GND or VDD to ensure
these diodes do not become forward biased in normal operation. However, reverse-biased diodes
still conduct a small amount of current ID.
Temperature Dependence
Transistor characteristics are influenced by temperature. Carrier mobility decreases with
temperature. An approximate relation is
where T is the absolute temperature, Tr is room temperature, and kμ is a fitting parameter with a
typical value of about 1.5. vsat also decreases with temperature, dropping by about 20% from
300 to 400 K. The magnitude of the threshold voltage decreases nearly linearly with temperature.
At high Vgs, the current has a negative temperature coefficient; i.e., it decreases with
temperature. At low Vgs, the current has a positive temperature coefficient. Thus, OFF current
increases with temperature. ON current Idsat normally decreases with temperature.
Geometry Dependence
The layout designer draws transistors with width and length Wdrawn and Ldrawn. The actual
gate dimensions may differ by some factors XW and XL. For example, the manufacturer may
create masks with narrower polysilicon or may overetch the polysilicon to provide shorter
channels (negative XL) without changing the overall design rules or metal pitch. Moreover, the
source and drain tend to diffuse laterally under the gate by LD, producing a shorter effective
channel length that the carriers must traverse between source and drain. Similarly, WD accounts
for other effects that shrink the transistor width. Putting these factors together, we can compute
effective transistor lengths and widths that should be used in place of L and W in the current and
capacitance equations given elsewhere in the book. The factors of two come from lateral
diffusion on both sides of the channel.
➢ Absolute value of drain current for pMOS transistor is obtained, which inverts the
characteristics (i.e. characteristics is reflected over the horizontal axis) as shown in the
Fig.1.39. Vgs of pMOS transistor is balance by adding VDD to Vgs.
➢ The transfer curve of CMOS inverter is now determined by the taking common Vgs
intersection points from fig.1.21 as shown in the Fig.1.41.
➢ Since Vg is greater than the either terminal voltage the transistor is in cutoff state and the
capacitor will hold its charge.
case (II): Vg = 0V; Vin = 5V; Vout = 0V (initially)
➢ Since Vg is lesser than Vin by the threshold voltage the transistor conducts and capacitor
charges.
➢ Since Vin is at higher potential than Vout the current flows through the device from left to
right (i.e. from Vin to Vout).
➢ The pMOS transistor charges the output to 5V and the transmission of logic one is not
degraded.
➢ Since Vg < Vout + Vt always, the output voltage of the pMOS transistor will charge
completely to 5V.
case (III): Vg = 0V; Vin = 0V; Vout = 5V (initially)
➢ Since Vg is less than Vout by the threshold voltage the transistor conducts and capacitor
discharges.
➢ Since Vin is at lower potential than Vout the current flows through the device from right to
left (i.e. from Vout to Vin).
➢ When the output voltages reaches Vout = Vt the pMOS transistor enters into cutoff region,
hence the output remains at Vt.
➢ Therefore the transmission of logic zero is degraded.
The operation of pass transistor can be summarized as
➢ When nMOS pass transistor are connected in series with VDD as input then at the nth stage
output will be VDD - Vtn as shown in the Fig.1.49.
Fig.1.50: Voltage degradation of pass transistor when output is driving next stage
18. Use a combination of CMOS gates (represented by their symbols) to generate the
following functions from A, B, and C.
19. Sketch a transistor-level schematic of a CMOS 3-input XOR gate. You may assume
you have both true and complementary versions of the inputs available.