Vlsi Design Unit 2

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 36

VBIT COURSE MATERIAL VLSI DESIGN

UNIT – II
VLSI CIRCUIT DESIGN
PROCESSES: VLSI Design Flow,
MOS Layers, Stick Diagrams, Design
Rules and Layout, 2μm CMOS
Design rules for wires, Contacts and
Transistors Layout Diagrams for
NMOS and CMOS Inverters and
Gates, Scaling of MOS circuits.

VIDYA SAGAR P
VLSI DESIGN

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

VLSI Design Flow :


The major steps in the design of VLSI chip are shown in the figure. The starting point of a
VLSI design is the systems specification. At this point the product is defined in both
general and specific terms that provide design targets such as functions, speed, size, etc.,
for the entire project. This is the ‘Top’ level of the design hierarchy. The system
specifications are used to create an obstruct, high level model. Digital design is usually
based on some type of Hardware Description Language (HDL) that allows abstract
modeling of the operation. VHDL and verilog are the most common HDLS in practice, but
several others (including C and C++) are used. The abstract model contains information on
the behaviour of each block and the interaction among the blocks in the system. The
model is subjected to extensive verification steps where the design is checked and
rechecked to ensure that it is correct.
VLSI design style mainly uses three domains of design description, viz. the behavioral, the
description of the function of the design; the structural, the description of the form of the
implementation; and the physical, and the description of the physical implementation of
the design. There are many possible representations of a circuit in each description, and
judicious choice of representations is important in tool design.
A simplified view of design flow is shown in Fig. Regardless of the actual size of the project,
the basic principles of structured design will improve the prospects of success.
At the beginning of a design it is important to specify the requirements without unduly
restricting the design. The object is to describe the purpose of the design including all
aspects, such as the functions to the realised, timing constraints, and power dissipation
requirements, etc. Descriptions in block level may show either data flow, control flow, or
both. The individual blocks generally correspond to hardware modules.
Functional design specifies the functional relationships among subunits or registers. In
general, a description of the IC in either the functional or the block diagram domain
consists both of the input-output description, and the way that this behavior is to be
realized in terms of subordinate modules. In turn each of these modules is described both
in terms of input-output behaviors and as an interconnection of other modules. These
hierarchical ideas apply to all the domains. The internal description of a module any be
given in another domain. If a module has no internal description then the design is
incomplete.
Ultimately this hierarchy stops when the internal description is in terms of mask geometry,
which is primitive. Hierarchy and modularity are used in block diagrams or computer
programs. In these domains hierarchy suppresses unnecessary details, simplifies system
design through a “divide-and-conquer” strategy and leads to more easily understood
designs that are more readily debugged and documented.
It can be summarized in a way that when we want to design a digital system, we need to
specify the system performance which is called “system specification”. Then the system
must be broken down into subunits or registers. So we have a functional design which
specifies the functional relationships among subunits or registers. “Architecture” usually
means the functional design, system specification and often including part of the
subsequent logic design.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

This Figure provides a more simplified view of the VLSI design flow, taking into account
the various representations, or abstractions of design - behavioral, logic, circuit and mask
layout. Note that the verification of design plays a very important role in every step during
this process. The failure to properly verify a design in its early phases typically causes
significant and expensive re-design at a later stage, which ultimately increases the time-to-
market.
Although the design process has been described in linear fashion for simplicity, in reality
there are many iterations back and forth, especially between any two neighboring steps,
and occasionally even remotely separated pairs. Although top-down design flow provides
an excellent design process control, in reality, there is no truly unidirectional top-down
design flow. Both top-down and bottom-up approaches have to be combined. For instance,
if a chip designer defined an architecture without close estimation of the corresponding
chip area, then it is very likely that the resulting chip layout exceeds the area limit
of the available technology. In such a case, in order to fit the architecture into the
allowable chip area, some functions may have to be removed and the design process must
be repeated.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

MOS layers :
MOS circuits are formed on four basic layers:
o N-diffusion
o P-diffusion
o Polysilicon
o Metal
These layers are isolated by one another by thick or thin silicon dioxide insulating layers.
Thin oxide mask region includes n-diffusion / p-diffusion and transistor channel.

Ox3

Via
Metal2

Ox2
Active contact
Metal1

Ox1

n+ n+ n+ n+ Poly Si

P-substrate

Stick Diagrams:
VLSI design aims to translate circuit concepts onto silicon, stick diagrams are a means of
capturing topography and layer information - simple diagrams, Stick diagrams convey
layer information through color codes .A stick diagram is like a layout Contains the basic
topology of the circuit, each wire is assigned a color (layer) Crossing wires must be on
different layers. Wires are drawn as sticks with no width. The size of the object is not to
scale.
Stick diagrams are Cartoon of a layout. Shows all components. Does not show exact
placement, transistor sizes, wire lengths, wire widths, boundaries, or any other form of
compliance with layout or design rules.
Useful for interconnect visualization, preliminary layout compaction, power/ground
routing, etc.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

layer color stick notation color code

n-diffusion Green

p-diffusion yellow

polysilicon red

metal-1 blue

metal-2 dark blue or purple


contact cut black

via black
demarcation line --------------------------- brown

Buried Contact green

Rule 1. When two or more ‘sticks’ of the same type cross or touch each other that
represents electrical contact.

Rule 2: When two or more ‘sticks’ of different type cross or touch each other there is no
electrical contact. (If electrical contact is needed we have to show the connection
explicitly).

Rule 3. When a poly crosses diffusion it represents MOSFET. If contact is shown it is not
transistor.
nMOSFET pMOSFET nMOSFET Depletion Mode

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Rule 4.
In CMOS a demarcation line is drawn to avoid touching of p-diff with n-diff. All pMOS
must lie on one side of the line and all nMOS will have to be on the other side.

When polysilicon crosses n-diffusion a transistor forms, when poly (red) crosses
diffusion (green or yellow).

Nmos enhancement transistor Nmos depletion transistor

nMos Invrter :

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Stick diagram for O3AI and estimate area

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

F=(AB+AC+BC)’ = (AB + C(A+B))’

BiCmos inverter:

Encodings for NMOS process:

Figure 1: NMOS encodings

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Figure shows the way of representing different layers in stick diagram notation and mask layout
using nmos style.Figure l shows when a n-transistor is formed: a transistor is formed when a
green line (n+ diffusion) crosses a red line (poly) completely. Figure also shows how a depletion
mode transistor is represented in the stick format.
Encodings for CMOS process:

Figure 2 shows when a n-transistor is formed: a transistor is formed when a green line
(n+ diffusion) crosses a red line (poly) completely. Figure 2 also shows when a p-
transistor is formed: a transistor is formed when a yellow line (p+ diffusion) crosses a
red line (poly) completely.
Encoding for BJT and MOSFETs:

Figure 3: Bi CMOS encodings.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

LAYOUT DESIGN RULES:


The design rules are formed to translate the circuit design concepts, (usually in stick
diagram or symbolic form) into actual geometry in silicon.
The physical mask layout of any circuit to be manufactured using a particular process
must conform to a set of geometric constraints or rules, which are generally called
layout design rules. These rules usually specify the minimum allowable line widths for
physical objects on-chip such as metal and polysilicon interconnects or diffusion areas,
minimum feature dimensions, and minimum allowable separations between two such
features. If a metal line width is made too small, for example, it is possible for the line
to break during the fabrication process or afterwards, resulting in an open circuit. If
two lines are placed too close to each other in the layout, they may form an unwanted
short circuit by merging during or after the fabrication process.

The main objective of design rules is to achieve a high overall yield and reliability while
using the smallest possible silicon area, for any circuit to be manufactured with a
particular process.

The design rules are usually described in two ways:


1. Absolute Design Rules (Micron rules e.g. μ-based design rules):
In this approach, the design rules are expressed in absolute dimensions (e.g.0.75μm
micrometers or nano meters) and therefore can exploit the features of a given process
to a maximum degree.
2. Scalable Design Rules (e.g. SCMOS, λ-based design rules): The MOSIS rules are
defined in terms of a single parameter λ.
The rules are so chosen that a design can be easily ported over a cross section of
industrial process, making the layout portable. Scaling can be easily done by simply
changing the value.
Well Rules The n-well is usually a deeper implant (especially a deep n-well) than the
transistor source/drain implants, and therefore, it is necessary for the outside
dimension to provide sufficient clearance between the n-well edges and the adjacent n+
diffusions. The inside clearance is determined by the transition of the field oxide across
the well boundary.
Mask Summary The masks encountered for well specification may include n-well, p-
well, and deep n-well. These are used to specify where the various wells are to be
placed. Often only one well is specified in a twin-well process (i.e., n-well) and by
default the p-well is in areas where the n-well isn't.
Design rules for the diffusion layers and metal layers:
Metal Rules: Metal spacing may vary with the width of the metal line (so called fat-
metal rules). That is, above some metal wire width, the minimum spacing may be
increased. This is due to etch characteristics of small versus large metal wires.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Figure shows the design rule n diffusion, p diffusion, poly, metal1 and metal 2. The n
and p diffusion lines is having a minimum width of 2λ and a minimum spacing of 3λ.
Similarly it shows for other layers.
Mask Summary: Metal rules may be complicated by varying spacing dependent on
width: As the width increases, the spacing increases. Metal overlap over contact might
be zero or nonzero.

Transistor Design Rules:


CMOS transistors are generally defined by at least four physical masks. These are active
(also called diffusion, diff, or thinox), n-select (also called n-implant, nimp, or nplus),
p-select (also called p-implant, pimp, or pplus) and polysilicon (also called poly or
polyg). The active mask defines all areas where either n- or p-type diffusion is to be
placed or where the gates of transistors are to be placed. The select layers define what
type of diffusion is required, n-select surrounds active regions where n-type diffusion is
required, p-select surrounds areas where p-type diffusion is required, n-diffusion areas
inside p-well regions define nMOS transistors (or n-diffusion wires), n-diffusion areas
inside n-well regions define n-well contacts, p-diffusion areas inside n-wells define
pMOS transistors (or p-diffusion wires), p-diffusion areas inside p-wells define
substrate contacts (or p-well contacts).

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Figure shows the design rule for the transistor, and it also shows that the poly should
extend for a minimum of 2λ beyond the diffusion boundaries. (gate over hang distance)
Mask Summary: The basic masks (in addition to well masks) used to define
transistors, diffusion interconnect (possibly resistors), and gate interconnect are active,
n-select, p-select, and polysilicon. These may be called different names in some
processes. Sometimes n-diffusion (ndiff) and p-diffusion (pdiff) masks are used to
alleviate designer confusion.

Contact Rules: There are several generally available contacts:


Metal to p-active (p-diffusion)
Metal to n-active (n-diffusion)
Metal to polysilicon
Metal to well or substrate
Depending on the process, other contacts such as buried polysilicon-active contacts
may be allowed for local interconnect. Because the substrate is divided into well
regions, each isolated well must be tied to the appropriate supply voltage; that is, the n-
well must be tied to VDD and the substrate or p-well must be tied to GND with well or
substrate contacts. Metal makes a poor connection to the lightly doped substrate or
well. Hence, a heavily doped active region is placed beneath the contact.
A split or merged contact is equivalent to two adjacent contacts to n-active and p-
active strapped together with metal. This structure is used to tie transistor sources to
the substrate or n-well and simultaneously to GND or VDD. Whenever possible, use
more than one contact at each connection. This significantly improves yield in many
processes because the connection is still made if one of the contacts is malformed.
Mask Summary: The only mask involved with contacts to active or poly is the contact
mask, commonly called CONT Contacts are normally of uniform size.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Via Rules: VIA is used to connect higher level metals from metal1 connection.
Processes may vary in whether they allow stackedVias to be placed over polysilicon and
diffusion regions. Some processes allow vias to be placed within these areas, but do not
allow the vias to straddle the boundary of polysilicon or diffusion.
Contact Cuts:
While making contacts between poly-silicon and diffusion in nMOS circuits it should
be remembered that there are three possible approaches—1.poly to metal then metal to
diff.
2. Buried contact poly to diff.
3. Butting contact (poly. to diff. using metal).
Among the three the latter two, the buried contact is the most widely used, because of
advantage in space and a reliable contact. At one time butting contacts were widely
used, but now a days they are superseded by buried contacts.
Other Rules: The passivation or overglass layer is a protective layer of Si02 (glass)
that covers the final chip. Appropriately sized openings are required at pads and any
internal test points. Some additional rules that might be present in some processes are
as follows:
Extension of polysilicon in the direction that metal wires exit a contact.
Extension of metal end-of-line region beyond a via.

Differing pMOS and nMOS gate lengths.


Differing gate poly extensions depending on the device length or the device
construction.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

MOSIS Scalable CMOS Design Rules: Academic designs often use the λ-based
scalable CMOS design rules from MOSIS because they are simple and freely available,
and they allow designs to easily migrate from one process to another. These advantages
come at the expense of being conservative because they must work for all
manufacturing processes.
MOSIS actually has three sets of rules: SCMOS, SUBM, and DEEP.
The SUBM rules are somewhat more conservative than SCMOS rules. DEEP rules are
even more conservative. The more conservative rules allow you to use a slightly smaller
value of λ while still satisfying all of the micron design rules for a process.
Table 2 lists some of the foundry processes MOSIS has offered and the associate value
of λ for the different rule sets. For example, the AMI 0.5 µm process can use the
SCMOS rules with λ = 0.35 µm or the SUBM rules with λ = 0.30 µm. SUBM rules are a
good choice for class projects because they are somewhat easier to use than DEEP (no
half-λ rules), while still being compatible with most processes. Some processes offer a
second polysilicon layer for floating-gate transistors and poly-insulator-poly capacitors
used in analog circuits.

For design rules where the minimum drawn gate length exceeds the feature size,
MOSIS applies a polysilicon bias to shrink the gates by a uniform amount before masks
are made.
For example, in the SUBM rules for the AMI 0.5 µm process with λ = 0.3 µm, a bias of-
0.1 µm is applied to all polysilicon. Thus, a 2 λ transistor gate is 0.5 µm rather than 0.6
µm and a 4 λ gate is 1.1 µm rather than 1.2 µm.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

CMOS Lambda-based Design Rules:


The CMOS fabrication process is more complex than nMOS fabrication. In a CMOS
process, there are nearly 100 actual set of industrial design rules. The additional rules
are concerned with those features unique to p-well CMOS, such as the p-well and p+
mask and the special 'substrate' contacts. The p-well rules are shown in the diagram
below.

In the diagram above each of the arrangements can be merged into single split
contacts.

From the above diagram it is also clear that split contacts may also be made with
separate cuts.

Fig. Particular rules for p-well CMOS Process.


The CMOS rules are designed based on the extensions of the Mead and Conway
concepts and also by excluding the butting and buried contacts.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

General Observations on the Design Rules:


The microscopic dimensions of Silicon circuits always cause some problems in the
design process. The major problem is presented by possible deviation in line widths
and in interlayer registration. If the line widths are too small, it is possible for lines to
be discontinuous in places. If separate paths in a layer are placed too close together, it
is possible that they will merge in places or interfere with each other.
For the lambda-based rules , the design rules are formulated in terms of a length unit λ
which is related to the resolution of the process λ may be viewed as a limit on the width
deviation of a feature from its ideal 'as drawn' size and also as a bound on the
maximum misalignment of any one mask. In the worst case, these effects may combine
to cause the relative position of feature edges on different mask levels to deviate by as
much as 2λ in their interrelationship. Inevitably, a consequence of using the lambda-
based concept is that every dimension must be rounded up to whole λ values and this
leads to layouts which do not fully exploit the capabilities of the process.
Similar concepts underlie the establishment of 'micron-based' rule sets, but actual
dimensions are given so that full advantage can be taken of the fabrication line
capabilities and tighter layouts result.
Layout rules, therefore, provide strict guidelines for preparing the geometric layouts
which will be used to configure the actual masks used during fabrication and can be
regarded as the main communication link between circuit/systems designers and the
process engineers engaged in manufacture. The goal of any set of design rules should
give optimize yield while keeping the geometry as small as possible without
compromising the reliability of the finished circuit. On the questions of yield and
reliability, even the conservative nature of the lambda based rules can stand
reevaluation when these two factors are of paramount importance. In particular, the
rules associated with contacts can be improved upon in the light of experience. Fig.(a)
sets out aspects that may be observed for high yield and in high reliability situations. In
our proposed scheme of events in creating stick layouts for CMOS, it is assumed that
poly and metal can both freely cross well boundaries and this is indeed the case, but we
should be careful to try to exclude poly from areas which lie within p+ mask areas
where possible. The reason for this is that the resistance of the poly. layer is reduced in
current processes by n- type doping. Clearly the p+ doping which takes place inside the
p+ mask will also dope the poly. which is already in place when the p+ doping step
takes place. This results in an increase in the n- doping poly. resistance which may be
significant in certain parts of a system.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

The 3λ. metal width rule is a conservative one but is implemented to allow for the fact
that the metal layer is deposited after the others and on top of them and several layers
of silicon dioxide, so that the surface on which it sits is quite 'mountainous' . The metal
layer is also light-reflective and these factors combine to result in poor edge definition.
In double metal the second layer of metal has an even more uneven terrain on which to
be deposited and patterned. Hence metal 2 is often wider than metal 1.
Metal to metal separation is also large and is brought about mainly by difficulties in
defining metal edges accurately during masking operations on the highly reflective
metal. All diffusion processes are such that lateral diffusion occurs as well as impurity
penetration from the surface. Hence the separation rules for diffusion allow for this and
relatively large separations are specified. This is particularly the case for the p-well
diffusions which are deep diffusions and thus have considerable lateral spread.
Transitions from thin gate oxide to thick field oxide in the oxidation process also use
up space and this is another reason why the lambda-based rules require a minimum
separation between thinox regions of 3λ. In effect, this implies that the minimum
feature size for thick oxide is 3λ.The simplicity of the lambda-based rules makes this
approach to design an appropriate one for the novice chip designer and also, perhaps,
for those applications in which we are not trying to achieve the absolute minimum
area and the absolute maximum performance. Because lambda-based rules try 'to be all
things to all people', they do suffer from least common denominator effects and from
the upward rounding of all process line dimension parameters into integer values of
lambda.
.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Orbit 2µm CMOS process:


In this process all the spacing between each layers and dimensions will be in terms
micrometer. The 2µm here represents the feature size. All the design rules whatever we
have seen will not have lambda instead it will have the actual dimension in micrometer.
In one way lambda based design rules are better compared micrometer based design
rules, that is lambda based rules are feature size independent.
Figure below shows the design rule for BiCMOS process using orbit 2um process.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Double metal MOS process rules:


In the MOS design rules a powerful design process is achieved by adding a second metal
layer. This gives a much greater degree of freedom, in distributing global VDD and
Vss(GND) rails in a system. From the overall chip inter-connection aspect, the second
metal layer in particular is important and, although the use of such a layer is readily
envisaged, its disposition relative to its connection. To other layers using metal1 to metal
2 contacts, called vias, can be readily established.
Usually, second level metal layers are coarser than the first (conventional) layer and the
isolation layer between the layers may also be of relatively greater thickness. To
distinguish contacts between first and second metal layers, they are known as vias rather
than contact cuts. The second metal layer representation is color coded dark blue (or
purple).
The important process steps for a two-metal layer process are given below.
The oxide below the first metal layer is deposited by atmospheric chemical vapor
deposition (CVD) and the oxide layer between the metal layers is applied in a similar
manner. Depending on the process, removal of selected areas of the oxide is
accomplished by plasma etching, which is designed to have a high level of vertical ion
bombardment to allow for high and uniform etch rates. Similarly, the bulk of the process
steps for a double polysilicon layer process are similar in nature to those already
described, except that a second thin oxide layer is grown after depositing and patterning
the first polysilicon layer (Poly.1) to isolate it from the now to be deposited second poly.
Layer (Poly.2). The presence of a second poly. Layer gives greater flexibility in
interconnections and also allows Poly.2 transistors to be formed by intersecting Poly. 2
and diffusion.
The important features of double metal process are summarized as follows:
 Use the second level metal for the global distribution of power buses, that is, VDD
and GND (Vss), and for clock lines.
 Use the first level metal for local distribution of power and for signal lines.
 Lay out the two metal layers so that the conductors are mutually orthogonal
wherever possible.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

CMOS Inverter Layout :

GND In VD D

A A’

Out

(a) Layout

A A’
n
p-substrate Field
+ + Oxide
n p
(b) Cross-Section along A-A’

VDD Contact Cut VDD

X n-well

X
x x
x x X

X
Gnd

Gnd

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Alternate Layout of NOT Gate : VDD


VDD

X X

x x

X X

Gnd
x Gnd
x

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

NAND2 Layout:
VDD VDD

X X X

a.b

Gnd a.b
a b
X X

Gnd
a b
NOR2 Layout :
VDD
VDD

X X

ab
ab

a b X X X
Gnd
a b
Gnd

TRANSMISSION GATE :

Symbol schematic

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

stick diagram
layout

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Scaling of MOS Circuits:


1. What is Scaling?
Proportional adjustment of the dimensions of an electronic device while maintaining the
electrical properties of the device, results in a device either larger or smaller than the un-
scaled device.
2. Why Scaling?
Scale the devices and wires down, Make the chips ‘fatter’ – functionality, intelligence,
memory – and – faster, Make more chips per wafer – increased yield, Make the end user
Happy by giving more for less and therefore, make MORE MONEY!!
Impact of scaling is characterized in terms of several indicators:
 Minimum feature size
 Number of gates on one chip
 Power dissipation
 Maximum operational frequency
 Die size
 Production cost

Types of scaling:

Scaling Models

1. Full Scaling (Constant Electrical Field): Ideal model – dimensions and voltage scale
together by the same scale factor. Requires to reduce power supply voltage with the
reduction of feature size. The electric field across the gate-oxide does not change when
the technology is scaled.

2. Fixed Voltage Scaling (Constant voltage scaling): Most common model until
recently – only the dimensions scale, voltages remain constant. Increasing electric field
leads to velocity saturation, mobility degradation, and sub threshold leakage

3. General Scaling: Most realistic for today’s situation – voltages and dimensions scale
with different factors

Scaling Factors for Device Parameters


Device scaling modeled in terms of generic scaling factors: 1/αand 1/β
• 1/β: scaling factor for supply voltage VDD, and gate oxide thickness D
• 1/α: linear dimensions both horizontal and vertical dimensions
Why is the scaling factor for gate oxide thickness different from other linear horizontal
and vertical dimensions? Consider the cross section of the device as in Figure 6, various
parameters derived are as follows.

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Limiting factors of scaling:


1) Hot Carrier Effect
2) Punch Through
3) Drain Induced Barrier Lowering (DIBL)
4) Gate Induced Barrier Lowering (GIBL)

• Gate Area
• Gate Capacitance per unit area
• Gate Capacitance
• Charge in Channel
• Channel Resistance
• Transistor Delay
• Maximum Operating Frequency
• Transistor Current
• Switching Energy
• Power Dissipation Per Gate (Static and Dynamic)
• Power Dissipation Per Unit Area
• Power - Speed Product

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

Implications of Scaling:
 Improved Performance
 Improved Cost
 Interconnect Woes
 Power Woes
 Productivity Challenges
 Physical Limits
Limitations of Scaling
Effects, as a result of scaling down- which eventually become severe enough to prevent
further miniaturization.
o Substrate doping
o Depletion width
o Limits of miniaturization
o Limits of interconnect and contact resistance
o Limits due to sub threshold currents
o Limits on logic levels and supply voltage due to noise
o Limits due to current density

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

OR 3-inputs, AND, then Inverter:

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

CMOS TG BASED 4 -INPUT MUX

1 BIT CMOS SHIFT REGISTER CELL

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

BICMOS 2 INPUT NAND GATE

BICMOS 2 INPUT NOR GATE

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P


VBIT COURSE MATERIAL VLSI DESIGN

potharajuvidyasagar.wordpress.com BY VIDYA SAGAR.P

You might also like