Vlsi Design - Ec - 701 - Unit - I
Vlsi Design - Ec - 701 - Unit - I
Vlsi Design - Ec - 701 - Unit - I
ENGINEERING
UNIT : 1
Before the introduction of VLSI technology, most ICs had a limited set of functions
they could perform. An electronic circuit might consist of a CPU, ROM, RAM and
other glue logic. VLSI lets IC designers add all of these into one chip.
The electronics industry has achieved a phenomenal growth over the last few
decades, mainly due to the rapid advances in large scale integration technologies
and system design applications. With the advent of very large scale integration
(VLSI) designs, the number of applications of integrated circuits (ICs) in high-
performance computing, controls, telecommunications, image and video processing,
and consumer electronics has been rising at a very fast pace.
The current cutting-edge technologies such as high resolution and low bit-rate video
and cellular communications provide the end-users a marvelous amount of
applications, processing power and portability. This trend is expected to grow
rapidly, with very important implications on VLSI design and systems design.
The VLSI IC circuits design flow is shown in the figure below. The various levels
of design are numbered and the blocks show processes in the design flow.
LNCT GROUP OF COLLEGES
Specifications comes first, they describe abstractly, the functionality, interface, and
the architecture of the digital IC circuit to be designed.
Behavioral description is then created to analyze the design in terms of
functionality, performance, compliance to given standards, and other specifications.
RTL description is done using HDLs. This RTL description is simulated to test
functionality. From here onwards we need the help of EDA tools.
RTL description is then converted to a gate-level netlist using logic synthesis tools.
A gate level netlist is a description of the circuit in terms of gates and connections
between them, which are made in such a way that they meet the timing, power and
area specifications. Finally, a physical layout is made, which will be verified and
then sent to fabrication.
LNCT GROUP OF COLLEGES
Y Chart
The three domains of the Gajski-Kuhn Y-chart are on radial axes. Each of the
domains can be divided into levels of abstraction, using concentric rings.
At the top level (outer ring), we consider the architecture of the chip; at the lower
levels (inner rings), we successively refine the design into finer detailed
implementation −
The design hierarchy involves the principle of "Divide and Conquer." It is nothing
but dividing the task into smaller tasks until it reaches to its simplest level. This
process is most suitable because the last evolution of design has become so simple
that its manufacturing becomes easier.
We can design the given task into the design flow process's domain (Behavioral,
Structural, and Geometrical). To understand this, let’s take an example of designing
a 16-bit adder, as shown in the figure below.
Here, the whole chip of 16 bit adder is divided into four modules of 4-bit adders.
Further, dividing the 4-bit adder into 1-bit adder or half adder. 1 bit addition is the
simplest designing process and its internal circuit is also easy to fabricate on the
chip. Now, connecting all the last four adders, we can design a 4-bit adder and
moving on, we can design a 16-bit adder.
LNCT GROUP OF COLLEGES
FPGA – Introduction
The full form of FPGA is “Field Programmable Gate Array”. It contains ten
thousand to more than a million logic gates with programmable interconnection.
Programmable interconnections are available for users or designers to perform
given functions easily. A typical model FPGA chip is shown in the given figure.
There are I/O blocks, which are designed and numbered according to function. For
each module of logic level composition, there are CLB’s (Configurable Logic
Blocks).
CLB performs the logic operation given to the module. The inter connection
between CLB and I/O blocks are made with the help of horizontal routing channels,
vertical routing channels and PSM (Programmable Multiplexers).
The number of CLB it contains only decides the complexity of FPGA. The
functionality of CLB’s and PSM are designed by VHDL or any other hardware
descriptive language. After programming, CLB and PSM are placed on chip and
connected with each other with routing channels.
LNCT GROUP OF COLLEGES
Advantages
It requires very small time; starting from design process to functional chip.
No physical manufacturing steps are involved in it.
The only disadvantage is, it is costly than other styles.
The gate array (GA) ranks second after the FPGA, in terms of fast prototyping
capability. While user programming is important to the design implementation of
the FPGA chip, metal mask design and processing is used for GA. Gate array
implementation requires a two-step manufacturing process.
The first phase results in an array of uncommitted transistors on each GA chip.
These uncommitted chips can be stored for later customization, which is completed
by defining the metal interconnects between the transistors of the array. The
patterning of metallic interconnects is done at the end of the chip fabrication
process, so that the turn-around time can still be short, a few days to a few weeks.
The figure given below shows the basic processing steps for gate array implementation
LNCT GROUP OF COLLEGES
Typical gate array platforms use dedicated areas called channels, for inter-cell
routing between rows or columns of MOS transistors. They simplify the
interconnections. Interconnection patterns that perform basic logic gates are stored
in a library, which can then be used to customize rows of uncommitted transistors
according to the netlist.
In most of the modern GAs, multiple metal layers are used for channel routing.
With the use of multiple interconnected layers, the routing can be achieved over the
active cell areas; so that the routing channels can be removed as in Sea-of-Gates
(SOG) chips. Here, the entire chip surface is covered with uncommitted nMOS and
pMOS transistors. The neighboring transistors can be customized using a metal
mask to form basic logic gates.
For inter cell routing, some of the uncommitted transistors must be sacrificed. This
design style results in more flexibility for interconnections and usually in a higher
density. GA chip utilization factor is measured by the used chip area divided by the
total chip area. It is higher than that of the FPGA and so is the chip speed.
A standard cell based design requires development of a full custom mask set. The
standard cell is also known as the polycell. In this approach, all of the commonly
used logic cells are developed, characterized and stored in a standard cell library.
A library may contain a few hundred cells including inverters, NAND gates, NOR
gates, complex AOI, OAI gates, D-latches and Flip-flops. Each gate type can be
implemented in several versions to provide adequate driving capability for different
fan-outs. The inverter gate can have standard size, double size, and quadruple size
LNCT GROUP OF COLLEGES
so that the chip designer can select the proper size to obtain high circuit speed and
layout density.
Each cell is characterized according to several different characterization categories,
such as,
Delay time versus load capacitance
Circuit simulation model
Timing simulation model
Fault simulation model
Cell data for place-and-route
Mask data
For automated placement of the cells and routing, each cell layout is designed with
a fixed height, so that a number of cells can be bounded side-by-side to form rows.
The power and ground rails run parallel to the upper and lower boundaries of the
cell. So that, neighboring cells share a common power bus and a common ground
bus. The figure shown below is a floorplan for standard-cell based design.
LNCT GROUP OF COLLEGES
Full Custom Design
In a full-custom design, the entire mask design is made new, without the use of any
library. The development cost of this design style is rising. Thus, the concept of
design reuse is becoming famous to reduce design cycle time and development cost.
The hardest full custom design can be the design of a memory cell, be it static or
dynamic. For logic chip design, a good negotiation can be obtained using a
combination of different design styles on the same chip, i.e. standard cells, data-
path cells, and programmable logic arrays (PLAs).
Practically, the designer does the full custom layout, i.e. the geometry, orientation,
and placement of every transistor. The design productivity is usually very low;
typically a few tens of transistors per day, per designer. In digital CMOS VLSI,
full-custom design is hardly used due to the high labor cost. These design styles
include the design of high-volume products such as memory chips, high-
performance microprocessors and FPGA.
An incorporated circuit or monolithic integrated circuit (also known as an ic,
a chip, or a microchip) is a hard and fast of digital circuits on one small plate of
semiconductor cloth, typically silicon. This could be made plenty smaller than a
discrete circuit made from independent additives. Ics may be made very compact,
having up to several billion transistors and other electronic additives in an area the
size of a fingernail. The width of every accomplishing line in a circuit may be made
smaller and smaller because the generation advances; in 2008 it dropped below one
hundred nanometers and in 2017 approximately 7 nanometer.
Ics had been made possible via experimental discoveries showing that
semiconductor gadgets ought to perform the features of vacuum tubes and via mid-
20th-century technology advancements in semiconductor tool fabrication.
LNCT GROUP OF COLLEGES
The integration of huge numbers of tiny transistors into a small chip become an
giant development over the guide assembly of circuits the usage of discrete
electronic components. The incorporated circuits mass production functionality,
reliability, and building-block method to circuit design ensured the rapid adoption
of standardized included circuits in region of designs the usage of discrete
transistors.
There are two major advantages of ics over discrete circuits: value and overall
performance. Price is low because the chips, with all their components, are
published as a unit by using photolithography instead of being built one transistor at
a time. Moreover, lots much less cloth is used to assemble a packaged ic die than to
assemble a discrete circuit. Overall performance is excessive because the additives
transfer quick and eat little electricity (in comparison to their discrete counterparts)
as a result of the small size and near proximity of the components. Incorporated
circuits are used in genuinely all digital equipment nowadays and have
revolutionized the arena of electronics. Computer systems, cellular phones, and
different virtual domestic appliances are actually inextricable parts of the shape of
modern societies, made viable with the aid of the low value of manufacturing
integrated circuits.
Terminologies related to included circuit design are:
IC are classified in terms of device count used in the design of the circuit and in
terms of the minimum feature size (such as minimum gate length or minimum
polysilicon width or minimum metal width) or in terms of the pitch (minimum of
the sum of the minimum width of a feature and minimum spacing between similar
features). The pitch is often nearly twice the minimum feature size.
This field is large but less than the break down voltage of silicon dioxide ie. (5 -10
MV/cm)
If the same voltage is applied to 100 A° thickness of oxide layer, the electric field
would be very near to the breakdown field for the oxide. So the only option is to
decrease the voltage applied across the oxide layer. But this is not an option
because the voltage decrease noise effect becomes more significant and thus
increasing the chance of errors in the circuit.
LNCT GROUP OF COLLEGES
The Microelectronics Field
Etching and
Metallization
LNCT GROUP OF COLLEGES
Wafer preparation
Wafer fabrication is a procedure composed of many repeated sequential processes
to produce complete electrical or photonic circuits on
semiconductor wafers. Examples include production of radio frequency (RF)
amplifiers, LEDs, optical computer components, and CPUs for computers.
Oxidation
In micro fabrication, thermal oxidation is a way to produce a thin layer
of oxide (usually silicon dioxide) on the surface of a wafer. The technique forces an
oxidizing agent to diffuse into the wafer at high temperature and react with it.
Masking:-
IC masks are high-contrast photographic positives or negatives, used to prevent
light from striking a photosensitized wafer during a photolithographic process. The
masks are made of glass covered with a thin film of opaque material. Electron beam
method is used to generate the actual patterns directly onto the final masks. This
method produces the best quality masks and used for small geometries. Another
method used to generate masks is laser beam pattern generator.
Photolithography
Photolithography, also called optical lithography or UV lithography, is a process
used in microfabrication to pattern parts on a thin film or the bulk of a substrate. It
uses light to transfer a geometric pattern from a photomask to a photosensitive
chemical photoresist on the substrate
LNCT GROUP OF COLLEGES
Deposition
The film of numerous materials have to be applied at the wafer at some point of
processing. Film that are deposited include insulators, resistive film, conductive
movies, dielectrics, n and p kind substances available technologies consist of
physical vapor deposition (pvd), chemical vapor deposition (cvd), electrochemical
deposition (ecd) and molecular beam epitaxial (mbe) and extra recently, atomic
layer deposition (ald) among others.
Diffusion
Diffusion refers to the controlled forced migration of impurities into the substrate
.this plays a major role in the performance of the IC and is affected by temperature
LNCT GROUP OF COLLEGES
and time during the processing. Methods of diffusion: A solid deposition layer or a
gaseous layer above the surface can be used as a source of impurities. Impurities
can be bombarded to the substrate so that they actually become lodged inside the
substrate very near the surface. This is ion implantation, very accurate control of
impurity concentrations but causes damage to the crystal surface. Impurities
typically diffuse both vertically and laterally from the surface at comparable rates
MOS PROCESSES
MOS Technology comprises of 3 process basically, p-channel MOS, n-
channel MOS and CMOS process. The basic purpose of all these process is to
enhance MOSFET performance one over the other, like lower power consumption,
high power capability, reliability improvements, response speed etc.
There are a large number and variety of basic fabrication steps used in the
production of modern MOS ICs. The same process can be used for the desinged of
NMOS or PMOS or CMOS devices. The gate material could be either metal or
poly-silicon. The most commonly used substrate is bulk silicon or silicon-on-
sapphire (SOS). Inorder to avoid the presence of parasitic transistors, variations are
brought in the techniques that are used to isolate the devices in the wafer.
The fabrication steps are as follows:
Step1:
Processing is carried on single crystal silicon of high purity on which required P
impurities are introduced as crystal is grown. Such wafers are about 75 to 150 mm
in diameter and 0.4 mm thick and they are doped with say boron to impurity
concentration of 10 to power 15/cm3 to 10 to the power 16 /cm3.
LNCT GROUP OF COLLEGES
Step 2:
A layer of silicon dioxide (SiO2) typically 1 micrometer thick is grown all over the
surface of the wafer to protect the surface, acts as a barrier to the dopant during
processing, and provide a generally insulating substrate on to which other layers
may be deposited and patterned.
Step 3:
The surface is now covered with the photo resist which is deposited onto the wafer
and spun to an even distribution of the required thickness.
Step 4:
The photo resist layer is then exposed to ultraviolet light through masking which
defines those regions into which diffusion is to take place together with transistor
channels. Assume, for example, that those areas exposed to uv radiations are
polymerized (hardened), but that the areas required for diffusion are shielded by the
mask and remain unaffected.
Step 5:
These areas are subsequently readily etched away together with the underlying
silicon dioxide so that the wafer surface is exposed in the window defined by the
mask.
LNCT GROUP OF COLLEGES
Step 6:
The remaining photo resist is removed and a thin layer of SiO2 (0.1 micro m
typical) is grown over the entire chip surface and then poly silicon is deposited on
the top of this to form the gate structure. The polysilicon layer consists of heavily
doped polysilicon deposited by chemical vapour deposition (CVD). In the
fabrication of fine pattern devices, precise control of thickness, impurity
concentration, and resistivity is necessary
Step 7:
Further photo resist coating and masking allows the poly silicon to be patterned and
then the thin oxide is removed to expose areas into which n-type impurities are to
be diffused to form the source and drain. Diffusion is achieved by heating the wafer
to a high temperature and passing a gas containing the desired n-type impurity.
LNCT GROUP OF COLLEGES
Note: The poly silicon with underlying thin oxide and the thick oxide acts as mask
during diffusion the process is self aligning.
Step 8:
Thick oxide (SiO2) is grown over all again and is then masked with photo resist
and etched to expose selected areas of the poly silicon gate and the drain and source
areas where connections are to be made. (contacts cut)
LNCT GROUP OF COLLEGES
Step 9:
The whole chip then has metal (aluminium) deposited over its surface to a thickness
typically of 1 micro m. This metal layer is then masked and etched to form the
required interconnection pattern.
MOSFET stands for Metal Oxide Semiconductor Field Effect Transistor. The
mosfet is a capacitor operated transistor device. The capacitor plays an essential
role for operating a MOSFET. We also call the device as Insulated Gate Field
Effect Transistor (IGFET) or Metal Insulator Field Effect Transistor (MIFET). Why
we call so we will understand when we look into the constructional features of this
transistor device. We must take a look into the construction of MOSFET while
going through the working principle of mosfet. Construction wise we can categorise
the device into four types.
Now there is a thin layer of silicon dioxide (SiO2) on the top of the substrate. We
may also use Al2O3 for the purpose but SiO2 is most common. This layer on the
substrate behaves as a dielectric. There is an aluminum plate fitted on the top of this
SiO2 dielectric layer.
Now the aluminum plate, dielectric and semiconductor substrate form a capacitor
on the device.
The terminals connected to two p-type regions are the source (S) and drain (D) of
the device respectively. The terminal projected from the aluminum plate of the
capacitor is gate (G) of the device. We also connect the source and body of the
mosfet to earth to facilitate the supply and withdrawal of free electrons as per
requirement during operation of the MOSFET.
LNCT GROUP OF COLLEGES
Now let us apply a negative voltage at gate (G). This will create negative static
potential at the aluminum plate of the capacitor. Due to capacitive action, positive
charge gets accumulated just below the dielectric layer.
Basically, the free electrons of that portion of the n-type substrate get shifted away
due to the repulsion of negative gate plate and consequently layers of uncovered
positive ions appear here. Now if we further increase the negative voltage at the
gate terminal, after a certain voltage called threshold voltage, due to the
electrostatic force, covalent bonds of the crystal just below the SiO 2 layer start
breaking. Consequently, electron-hole pairs get generated there. The holes get
attracted and free electrons get repealed due to the negativity of the gate. In this
way, the concentration of holes increases there and create a channel of holes from
source to drain region. Holes also come from both heavily doped p-type source and
drain region. Due to the concentration of holes in that channel the channel becomes
conductive in nature through which electric current can pass.
LNCT GROUP OF COLLEGES
Now let us apply a negative voltage at drain terminal. The negative voltage in the
drain region reduces the voltage difference between gate and drain reduces, as a
result, the width of the conductive channel get reduced toward the drain region as
shown below. At the same time, current flows from source to drain shown by
arrowhead
The channel created in the mosfet offers a resistance to the current from source to
drain. The resistance of the channel depends on the cross-section of the channel
and the cross section of the channel again depends on the applied negative gate
voltage. So we can control the current from the source to drain with the help of an
applied gate voltage hence MOSFET is a voltage controlled electronic device. As
the concentration of holes forms the channel, and the current through the channel
gets enhanced due to increase in negative gate voltage, we name the MOSFET as P
– Channel Enhancement MOSFET.
.
N – Channel Depletion MOSFET
LNCT GROUP OF COLLEGES
The working principle of depletion MOSFET is a little bit different from that of
enhancement MOSFET. N – Channel Depletion MOSFET the substrate (body) is of
p-type semiconductor. The source and drain regions are of the heavily doped n-type
semiconductor. The space between source and drain regions is diffused by n-type
impurities. Now if we apply a potential difference between source and drain, a
current starts flowing through the entire n region of the substrate.
Now, let us apply a negative voltage at the gate terminal. Due to the capacitive
effect, the free electrons get repealed and shifted downward in the n region just
below the SiO2 dielectric layer. As a result, there will be layers of positive
uncovered ions below the SiO2 dielectric layer. In this way, there will be a
depletion of charge carriers occurred in the channel and hence the overall
conductivity of the channel gets reduced. In this situation, for the same applied
voltage at the drain, the drain current gets reduced. Here we have seen that we can
control the drain current by varying depletion of charge carriers in the channel and
hence we call it as depletion MOSFET. Here, the drain is in a positive potential,
the gate is in a negative potential and the source is at zero potential. So the voltage
difference between drain to gate is more than that of source to gate, hence the
width of the depletion layer is more towards drain than that towards the source.
LNCT GROUP OF COLLEGES
Hybrid Technology
hybrid integrated circuit A complete electronic circuit that is fabricated on an
insulating substrate using a variety of device technologies. The substrate acts as a
carrier for the circuit and also has the interconnecting tracks between devices
printed on it by multilayer techniques. Individual devices, which comprise chip
diodes, transistors, integrated circuits, and thick-film resistors and capacitors and
LNCT GROUP OF COLLEGES
which form the circuit function, are attached to the substrate and are connected
together using the previously defined interconnecting tracks.
A hybrid integrated circuit, HIC, hybrid microcircuit, or simply hybrid is a
miniaturized electronic circuit constructed of individual devices, such as
semiconductor devices (e.g. transistors and diodes) and passive components (e.g.
resistors, inductors, and capacitors), bonded to a substrate or printed circuit board
he advantage of hybrid circuits is that components which cannot be included in a
monolithic IC can be used, e.g., capacitors of large value, wound components,
crystals, inductors. Thick film technology is often used as the interconnecting
medium for hybrid integrated circuits. Thick film technology is often used as the
interconnecting medium for hybrid integrated circuits. The use of screen printed
thick film interconnect provides advantages of versatility over thin film although
feature sizes may be larger and deposited resistors wider in tolerance. Multi-layer
thick film is a technique for further improvements in integration using a screen
printed insulating dielectric to ensure connections between layers are made only
where required.
In VLSI design, as processes become more and more complex, need for the
designer to understand the intricacies of the fabrication process and interpret the
relations between the different photo masks is really trouble some. Therefore, a set
of layout rules, also called design rules, has been defined. They act as an interface
or communication link between the circuit designer and the process engineer
during the manufacturing phase. The objective associated with layout rules is to
obtain a circuit with optimum yield
LNCT GROUP OF COLLEGES
(functional circuits versus non-functional circuits) in as small as area possible
without compromising reliability of the circuit. In addition, Design rules can be
conservative or aggressive, depending on whether yield or performance is desired.
Generally, they are a compromise between the two. Manufacturing processes have
their inherent limitations in accuracy. So the need of design rules arises due to
manufacturing problems like –
Photo resist shrinkage, tearing.
Variations in material deposition, temperature and oxide thickness.
Impurities.
Variations across a wafer.
Layer Representations
The layers for typical CMOS processes are represented in various figures in
terms of:
A color scheme (Mead-Conway colors).
Other color schemes designed to differentiate CMOS structures.
Varying stipple patterns
Varying line styles
Stick Diagrams
-------------------