Lec - 1
Lec - 1
What is VLSI?
VLSI stands for Very Large Scale Integration.
Design and manufacturing of extremely small, complex circuitry using
modified semiconductor materials
Why VLSI????
VLSI applications
VLSI is an implementation technology for electronic circuitry –analog or
digital
It is concerned with forming a pattern of interconnected switches and gates
on the surface of a crystal of semiconductor.
Microprocessors – Personal computers, microcontrollers.
Memory – DRAM/SRAM
Optical switches
Cell phones
Digital camera
Hearing aids
Automotive
Computers
Biomedical
Why ICs
Integration improves
Size(submicron)
Speed
Power
Complexity
IC classification
Classification of IC technologies
Bipolar
CMOS
BiCMOS
SOI
SiGe(For RF)
GaAs(For high speed)
Feature size
Gate count of a chip
Transistor count of a chip
Operating frequency of a chip
Power consumption of a chip
Power density in a chip
Size of a device used in chip
Variety of Integrated Circuits
Moores law
In the 1960s Gordon Moore predicted that the number of transistors that could be
manufactured on a chip would grow exponentially. His prediction, now known as
Moore’s Law.
OR
In 1965 Gordon Moore noted that the number of transistors on a chip doubled
every 18 to 24 months.
Advantages of 3D IC
Figure 1-7 shows a typical design abstraction ladder for digital systems:
• Specification. The customer specifies what the chip should do, how fast it should run,etc. A
specification is almost always incomplete—it is a set of requirements, not a design.
• Behavior. The behavioral description is much more precise than the specification.Specifications
are usually written in English, while behavior is generally modeled as some sort of executable
program.
• Register-transfer. The system’s time behavior is fully-specified—we know the allowed input
and output values on every clock cycle—but the logic isn’t specified as gates. The system is
specified as Boolean functions stored in abstract memory elements. Only the vaguest delay and
area estimates can be made from the Boolean logic functions.
• Logic. The system is designed in terms of Boolean logic gates, latches, and flip-flops. We know
a lot about the structure of the system but still cannot make extremely accurate delay calculations.
• Circuit. The system is implemented as transistors.
• Layout. The final design for fabrication. Parasitic resistance and capacitance can be extracted
from the layout to add to the circuit description for more accurate simulation.