SlideShare a Scribd company logo
1 of 24
Introduction to VLSI Circuits and
Systems
4th
Generation Microprocessor
VLSI
Prepared by: Soma.O.Muhammad
The beginning
 Microprocessors are essential to many of the products we use every day such as TVs, cars, radios,
home appliances and of course, computers. Transistors are the main components of
microprocessors.
 At their most basic level, transistors may seem simple. But their development actually required
many years of painstaking research. Before transistors, computers relied on slow, inefficient
vacuum tubes and mechanical switches to process information. In 1958, engineers managed to put
two transistors onto a Silicon crystal and create the first integrated circuit, which subsequently led
to the first microprocessor.
Friday, May 9, 2014
2
Prepared by:Soma.O.Muhammad
History and Evolution
 In 1976, Steve Jobs and Steve Wozniak built the Apple II, the first personal computer in a garage
in California.
 Then, in 1981, IBM introduced its first personal computer. The personal computer was such a
revolutionary concept and was expected to have such an impact on society that in 1982, "Time"
magazine dedicated its annual "Man of the Year Issue" to the computer. The other feature of the
microprocessor is its versatility. Whereas previously the integrated circuit had had to be
manufactured to fit a special purpose, now one microprocessor could be manufactured and then
programmed to meet any number of demands. Soon everyday household items such as microwave
ovens, television sets and automobiles with electronic fuel injection incorporated microprocessors.
 The 1980's saw an expansion in computer use in all three arenas as clones of the IBM PC made the
personal computer even more affordable. The number of personal computers in use more than
doubled from 2 million in 1981 to 5.5 million in 1982. Ten years later, 65 million PCs were being
used. Computers continued their trend toward a smaller size, working their way down from
desktop to laptop computers (which could fit inside a briefcase) to palmtop (able to fit inside a
breast pocket).
Friday, May 9, 2014
3
Prepared by:Soma.O.Muhammad
 Integration improves the design
 Lower parasitics = higher speed
 Lower power consumption
 Physically smaller
 Integration reduces manufacturing cost - (almost) no manual assembly
Why VLSI?
Friday, May 9, 2014
4
Prepared by:Soma.O.Muhammad
Introduction
Very-large-scale integration (VLSI) is the process of creating an IC by combining thousands of
transistors into a single chip. VLSI began in the 1970s when complexsemiconductor and
communication technologies were being developed. The microprocessor is a VLSI device. 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
makers add all of these into one chip.
By the 1980's, very large scale integration (VLSI) squeezed hundreds of thousands of components
onto a chip. The ability to fit so much onto an area about half the size of a U.S. dime helped diminish
the size and price of computers. It also increased their power, efficiency and reliability. Marcian Hoff
invented a device which could replace several of the components of earlier computers, the
microprocessor. The microprocessor is the characteristic of fourth generation computers, capable of
performing all of the functions of a computer's central processing unit. The reduced size, reduced
cost, and increased speed of the microprocessor led to the creation of the first personal computers.
Until now computers had been the almost exclusively the domain of universities, business and
government.
Friday, May 9, 2014
5
Prepared by:Soma.O.Muhammad
Introduction
IC: Integrated Circuits, many transistors on one chip
VLSI: Very Large Scale Integration, a modern
technology of IC design flow
MOS: Metal-Oxide-Silicon transistor (also called
device)
CMOS: Complementary Metal Oxide Semiconductor
Friday, May 9, 2014
6
Prepared by:Soma.O.Muhammad
Moore’s Law
Gordon Moore: co-founder of Intel
Predicted that the number of transistors per chip would grow
exponentially (double every 18 months)
Exponential improvement in technology is a natural trend:
e.g. Steam Engines - Dynamo - Automobile
Friday, May 9, 2014
7
Prepared by:Soma.O.Muhammad
Technology Background
What is a Silicon Chip?
A pattern of interconnected switches and gates on the surface of a crystal
of semiconductor (typically Si)
These switches and gates are made of
areas of n-type silicon
areas of p-type silicon
areas of insulator
lines of conductor (interconnects) joining areas together
Aluminium, Copper, Titanium, Molybdenum, polysilicon, tungsten
The geometryof these areas is known as the layout of the chip
Connections from the chip to the outside world are made around the edge
of the chip to facilitate connections to other devices
Friday, May 9, 2014
8
Prepared by:Soma.O.Muhammad
Technology Background
Semiconductors and Doping
•Adding trace amounts of certain materials to semiconductors alters the crystal
structure and can change their electrical properties
in particular it can change the number of free electrons or holes
•N-Type
semiconductor has free electrons
dopant is (typically) phosphorus, arsenic, antimony
•P-Type
semiconductor has free holes
dopant is (typically) boron, indium, gallium
Dopants are usually implanted into the semiconductor using Implant Technology,
followed by thermal process to diffuse the dopants
Friday, May 9, 2014
9
Prepared by:Soma.O.Muhammad
Silicon Lattice
Transistors are built on a silicon substrate
Silicon is a Group IV material
Forms crystal lattice with bonds to four neighbors
Friday, May 9, 2014
10
Prepared by:Soma.O.Muhammad
Dopants
Silicon is a semiconductor
Pure silicon has no free carriers and conducts poorly
Adding dopants increases the conductivity
Group V: extra electron (n-type)
Group III: missing electron, called hole (p-type)
Friday, May 9, 2014
11
Prepared by:Soma.O.Muhammad
Complexity and Design
 Creating a design team provides a realistic
approach to approaching a VLSI project, as it
allows each person to study small sections of the
system
 Needing hundreds of engineers, scientists, and
technicians
 Needing hierarchy design and many different “Level
Views”
 Everyone of each level depends upon the Computer-
Aided Design (CAD) tools
Figure 1.1 The VLSI design funnel
Friday, May 9, 2014
12
Prepared by:Soma.O.Muhammad
Design Hierarchy (1/2)
 System specifications: is defined in both general and
specific terms, such as functions, speed, size, etc.
 Abstract high-level model: contains information on the
behavior of each block and the interaction among the
blocks in the system
 Logic synthesis: To provide the logic design of the
network by specifying the primitive gates and units needed
to build each unit
 Circuit design: where transistors are used as switches and
Boolean variables are treated as vary voltage signals
 Physical design: the network is built on a tiny area on a
slice of silicon
 Manufacturing: a completed design process is moved on to
the manufacturing line Figure 1.2 General overview
of the design hierarchy
Friday, May 9, 2014
13
Prepared by:Soma.O.Muhammad
Design Hierarchy (2/2)
 Hierarchical design
 Top-down design
 the initial work is quite abstract and
theoretical and there is no direct
connection to silicon until many steps
have been completed
 Acceptable in modern digital system
design
 Co-design with combining HW/SW is
critical
 Similar to Cell-based Design Flow
 Bottom-up design
 starts at the silicon or circuit level and
builds primitive units such as logic gates,
adders, and registers as the first steps
 Acceptable for small projects
 Similar to Full-custom Design Flow
 An example of a design hierarchy in
Figure 1.3
 an instruction design of a microprocessor
Figure 1.3 A simple design
flow for a microprocessor
BA +←Register_X
Friday, May 9, 2014
14
Prepared by:Soma.O.Muhammad
VLSI Chip Types
At the engineering level, digital VLSI chips are classified by
the approach used to implement and build the circuit
 Full-custom Design: where every circuit is custom designed for the
project
 Extremely tedious
 Time-consuming process
 Application-Specific Integrated Circuits (ASICs): using an
extensive suite of CAD tools that portray the system design in terms of
standard digital logic constructs
 Including state diagrams, functions tables, and logic diagram
 Designer does not need any knowledge of the underlying electronics or the
physic of the silicon chip
 Major drawback is that all characteristics are set by the architectural design
 Semi-custom Design: between that of a full-custom and ASICs
 Using a group of primitive predefined cells as building blocks, called cell
library
Friday, May 9, 2014
15
Prepared by:Soma.O.Muhammad
Integrated Circuits
SSI – Small-Scale Integration (0-102
)---1960
MSI – Medium-Scale Integration (102
-103
)---1967
LSI – Large-Scale Integration (103
-105
)---1972
VLSI – Very Large-Scale Integration (105
-107
)---1978
ULSI – Ultra Large-Scale Integration (>=107
)---1989
GSI _ Giant Scale Integration (>=109
)---2000
Friday, May 9, 2014
16
Prepared by:Soma.O.Muhammad
Integrated Circuits
Why Make Ics ?
 Integration improves
 size
 speed
 power
 Integration reduce manufacturing costs
 (almost) no manual assembly
Friday, May 9, 2014
17
Prepared by:Soma.O.Muhammad
IC Evolution (1/3)
 SSI – Small Scale Integration (early 1970s)
 contained 1 – 10 logic gates
 MSI – Medium Scale Integration
 logic functions, counters
 LSI – Large Scale Integration
 first microprocessors on the chip
 VLSI – Very Large Scale Integration
 now offers 64-bit microprocessors,
complete with cache memory (L1 and often L2),
floating-point arithmetic unit(s), etc.
 Bipolar technology
 TTL (transistor-transistor logic)
 ECL (emitter-coupled logic)
Friday, May 9, 2014
18
Prepared by:Soma.O.Muhammad
IC Evolution (2/3)
 MOS (Metal-oxide-silicon)
 although invented before bipolar transistor,
was initially difficult to manufacture
 nMOS (n-channel MOS) technology developed in 1970s
required fewer masking steps, was denser, and consumed less power than equivalent bipolar
ICs => an MOS IC was cheaper than a bipolar IC and led to investment and growth of the
MOS IC market.
 aluminum gates for replaced by polysilicon by early 1980
 CMOS (Complementary MOS): n-channel and p-channel MOS transistors =>
lower power consumption, simplified fabrication process
 Bi-CMOS - hybrid Bipolar, CMOS (for high speed)
 GaAs - Gallium Arsenide (for high speed)
 Si-Ge - Silicon Germanium (for RF)
Friday, May 9, 2014
19
Prepared by:Soma.O.Muhammad
IC
From Howe, Sodini: Microelectronics:An Integrated Approach, Prentice Hall
Friday, May 9, 2014
20
Prepared by:Soma.O.Muhammad
Chips
Integrated circuits consist of:
 A small square or rectangular “die”, < 1mm thick
 Small die: 1.5 mm x 1.5 mm => 2.25 mm2
 Large die: 15 mm x 15 mm => 225 mm2
 Larger die sizes mean:
 More logic, memory
 Less volume
 Less yield
 Dies are made from silicon (substrate)
 Substrate provides mechanical support and electrical common point
Friday, May 9, 2014
21
Prepared by:Soma.O.Muhammad
Current Processors
Pentium® 4
42M transistors / 1.3-1.8GHz /
49-55W
L=0.18µm
Pentium® 4 “Northwood”
55M transistors / 2-2.5GHz
L=0.13µm
Friday, May 9, 2014
22
Prepared by:Soma.O.Muhammad
VLSI-Chip Manufacturing
Friday, May 9, 2014Prepared by:Soma.O.Muhammad
23
References:-
1. AUTHOR STREAM:
http://www.authorstream.com/Presentation/aSGuest43958-383515-vlsi-spdas1vlsibput-education-ppt-powerpoint/
2. SLIDE SHARE:
http://www.slideshare.net/illpa/introduction-to-vlsi
3. ENGINEERS GARAGE: -
http://www.engineersgarage.com/articles/vlsi-design-future
4. FORCEPERFECT:
http://www.forcedperfect.net/hardware/cards/applepowermacintoshupgradecard/images/applepowermacintoshupgradecard-vlsi.jpg
5. Uyemura, John P.
Introduction to VLSI Circuits and Systems
6. http://www.cs.sun.ac.za/museum/gen4.html
7. http://www.youtube.com/watch?v=hO455B9d7zY
Friday, May 9, 2014
24
Prepared by:Soma.O.Muhammad

More Related Content

What's hot

What's hot (20)

VLSI Technology
VLSI TechnologyVLSI Technology
VLSI Technology
 
Vlsi design
Vlsi designVlsi design
Vlsi design
 
Low power vlsi design ppt
Low power vlsi design pptLow power vlsi design ppt
Low power vlsi design ppt
 
Asic design flow
Asic design flowAsic design flow
Asic design flow
 
Presentation on Scaling
Presentation on ScalingPresentation on Scaling
Presentation on Scaling
 
VLSI Technology Evolution
VLSI Technology EvolutionVLSI Technology Evolution
VLSI Technology Evolution
 
Analog Layout design
Analog Layout design Analog Layout design
Analog Layout design
 
Trends and challenges in vlsi
Trends and challenges in vlsiTrends and challenges in vlsi
Trends and challenges in vlsi
 
VLSI technology
VLSI technologyVLSI technology
VLSI technology
 
VLSI Systems & Design
VLSI Systems & DesignVLSI Systems & Design
VLSI Systems & Design
 
SOC Design Challenges and Practices
SOC Design Challenges and PracticesSOC Design Challenges and Practices
SOC Design Challenges and Practices
 
Stick Diagram and Lambda Based Design Rules
Stick Diagram and Lambda Based Design RulesStick Diagram and Lambda Based Design Rules
Stick Diagram and Lambda Based Design Rules
 
Stick Diagram
Stick DiagramStick Diagram
Stick Diagram
 
FPGA
FPGAFPGA
FPGA
 
BiCMOS Technology
BiCMOS TechnologyBiCMOS Technology
BiCMOS Technology
 
Vlsi
VlsiVlsi
Vlsi
 
MOSFET and Short channel effects
MOSFET and Short channel effectsMOSFET and Short channel effects
MOSFET and Short channel effects
 
Short Channel Effect In MOSFET
Short Channel Effect In MOSFETShort Channel Effect In MOSFET
Short Channel Effect In MOSFET
 
Study of vlsi design methodologies and limitations using cad tools for cmos t...
Study of vlsi design methodologies and limitations using cad tools for cmos t...Study of vlsi design methodologies and limitations using cad tools for cmos t...
Study of vlsi design methodologies and limitations using cad tools for cmos t...
 
ppt on IC [Integrated Circuit]
ppt on IC [Integrated Circuit]ppt on IC [Integrated Circuit]
ppt on IC [Integrated Circuit]
 

Viewers also liked

VLSI Training presentation
VLSI Training presentationVLSI Training presentation
VLSI Training presentationDaola Khungur
 
vlsi design summer training ppt
vlsi design summer training pptvlsi design summer training ppt
vlsi design summer training pptBhagwan Lal Teli
 
Introduction to VLSI Technology
Introduction to VLSI TechnologyIntroduction to VLSI Technology
Introduction to VLSI TechnologyDr.YNM
 
Vlsi techniques
Vlsi techniquesVlsi techniques
Vlsi techniquesarpit1010
 
vlsi design flow
vlsi design flowvlsi design flow
vlsi design flowAnish Gupta
 
Vlsi design and fabrication ppt
Vlsi design and fabrication  pptVlsi design and fabrication  ppt
Vlsi design and fabrication pptManjushree Mashal
 
Digital Integrated Circuit (IC) Design
Digital Integrated Circuit (IC) DesignDigital Integrated Circuit (IC) Design
Digital Integrated Circuit (IC) DesignMahesh Dananjaya
 
Vlsi technology-dinesh
Vlsi technology-dineshVlsi technology-dinesh
Vlsi technology-dineshdinesh kumar
 
Physical design
Physical design Physical design
Physical design Mantra VLSI
 
Integrated circuits and digital functions
Integrated circuits and digital functionsIntegrated circuits and digital functions
Integrated circuits and digital functionslaksrags
 
Vlsi assembly technology
Vlsi  assembly technologyVlsi  assembly technology
Vlsi assembly technologyAshu0711
 
Vlsi & embedded systems
Vlsi & embedded systemsVlsi & embedded systems
Vlsi & embedded systemsDeepak Yadav
 
VLSI industry - Digital Design Engineers - draft version
VLSI industry - Digital Design Engineers - draft versionVLSI industry - Digital Design Engineers - draft version
VLSI industry - Digital Design Engineers - draft versionMahmoud Abdellatif
 
Lab inv l
Lab inv lLab inv l
Lab inv lmkkalai
 
VLSI circuit design process
VLSI circuit design processVLSI circuit design process
VLSI circuit design processVishal kakade
 
Pass Transistor Logic
Pass Transistor LogicPass Transistor Logic
Pass Transistor LogicDiwaker Pant
 

Viewers also liked (20)

VLSI Training presentation
VLSI Training presentationVLSI Training presentation
VLSI Training presentation
 
vlsi design summer training ppt
vlsi design summer training pptvlsi design summer training ppt
vlsi design summer training ppt
 
VLSI Design
VLSI DesignVLSI Design
VLSI Design
 
Introduction to VLSI Technology
Introduction to VLSI TechnologyIntroduction to VLSI Technology
Introduction to VLSI Technology
 
Vlsi techniques
Vlsi techniquesVlsi techniques
Vlsi techniques
 
vlsi design flow
vlsi design flowvlsi design flow
vlsi design flow
 
Vlsi ppt
Vlsi pptVlsi ppt
Vlsi ppt
 
Vlsi design and fabrication ppt
Vlsi design and fabrication  pptVlsi design and fabrication  ppt
Vlsi design and fabrication ppt
 
Digital Integrated Circuit (IC) Design
Digital Integrated Circuit (IC) DesignDigital Integrated Circuit (IC) Design
Digital Integrated Circuit (IC) Design
 
Vlsi technology-dinesh
Vlsi technology-dineshVlsi technology-dinesh
Vlsi technology-dinesh
 
Low power VLSI design
Low power VLSI designLow power VLSI design
Low power VLSI design
 
Physical design
Physical design Physical design
Physical design
 
Integrated circuits and digital functions
Integrated circuits and digital functionsIntegrated circuits and digital functions
Integrated circuits and digital functions
 
Vlsi assembly technology
Vlsi  assembly technologyVlsi  assembly technology
Vlsi assembly technology
 
Vlsi & embedded systems
Vlsi & embedded systemsVlsi & embedded systems
Vlsi & embedded systems
 
VLSI industry - Digital Design Engineers - draft version
VLSI industry - Digital Design Engineers - draft versionVLSI industry - Digital Design Engineers - draft version
VLSI industry - Digital Design Engineers - draft version
 
Lab inv l
Lab inv lLab inv l
Lab inv l
 
VLSI circuit design process
VLSI circuit design processVLSI circuit design process
VLSI circuit design process
 
VLSi
VLSiVLSi
VLSi
 
Pass Transistor Logic
Pass Transistor LogicPass Transistor Logic
Pass Transistor Logic
 

Similar to VLSI

Integrated circuit
Integrated circuitIntegrated circuit
Integrated circuitjhamapits
 
Topic 1 introduction
Topic 1 introductionTopic 1 introduction
Topic 1 introductionSangeethaBg
 
IS 139 Lecture 1
IS 139 Lecture 1IS 139 Lecture 1
IS 139 Lecture 1wajanga
 
IS 139 Lecture 1 - 2015
IS 139 Lecture 1 - 2015IS 139 Lecture 1 - 2015
IS 139 Lecture 1 - 2015Aron Kondoro
 
CMOS_Basics_PPT.pdf
CMOS_Basics_PPT.pdfCMOS_Basics_PPT.pdf
CMOS_Basics_PPT.pdfRaviShah190
 
computer Development PPT created by Pooja Khamkar
computer Development PPT created by Pooja Khamkarcomputer Development PPT created by Pooja Khamkar
computer Development PPT created by Pooja Khamkarpoojakhamkar8
 
what are three effects of transistor scaling on computer architectur.pdf
what are three effects of transistor scaling on computer architectur.pdfwhat are three effects of transistor scaling on computer architectur.pdf
what are three effects of transistor scaling on computer architectur.pdfsktambifortune
 
Embedded system Design
Embedded system DesignEmbedded system Design
Embedded system DesignAJAL A J
 
Chips and it’s Manufacturing.pptx
Chips and it’s Manufacturing.pptxChips and it’s Manufacturing.pptx
Chips and it’s Manufacturing.pptxMirzaAliMughal
 
Generation of Computers: A Survey
Generation of Computers: A SurveyGeneration of Computers: A Survey
Generation of Computers: A SurveyNithin Prince John
 

Similar to VLSI (20)

Integrated circuit
Integrated circuitIntegrated circuit
Integrated circuit
 
Integrated circuit
Integrated circuitIntegrated circuit
Integrated circuit
 
Topic 1 introduction
Topic 1 introductionTopic 1 introduction
Topic 1 introduction
 
ArvindP1
ArvindP1ArvindP1
ArvindP1
 
IS 139 Lecture 1
IS 139 Lecture 1IS 139 Lecture 1
IS 139 Lecture 1
 
IS 139 Lecture 1 - 2015
IS 139 Lecture 1 - 2015IS 139 Lecture 1 - 2015
IS 139 Lecture 1 - 2015
 
Vlsi td introduction
Vlsi td introductionVlsi td introduction
Vlsi td introduction
 
High bit rate_mul
High bit rate_mulHigh bit rate_mul
High bit rate_mul
 
CMOS_Basics_PPT.pdf
CMOS_Basics_PPT.pdfCMOS_Basics_PPT.pdf
CMOS_Basics_PPT.pdf
 
Hardware_Charity
Hardware_CharityHardware_Charity
Hardware_Charity
 
computer Development PPT created by Pooja Khamkar
computer Development PPT created by Pooja Khamkarcomputer Development PPT created by Pooja Khamkar
computer Development PPT created by Pooja Khamkar
 
All About VLSI In PPT
All About VLSI In PPT All About VLSI In PPT
All About VLSI In PPT
 
what are three effects of transistor scaling on computer architectur.pdf
what are three effects of transistor scaling on computer architectur.pdfwhat are three effects of transistor scaling on computer architectur.pdf
what are three effects of transistor scaling on computer architectur.pdf
 
Embedded system Design
Embedded system DesignEmbedded system Design
Embedded system Design
 
Chips and it’s Manufacturing.pptx
Chips and it’s Manufacturing.pptxChips and it’s Manufacturing.pptx
Chips and it’s Manufacturing.pptx
 
Vlsi
VlsiVlsi
Vlsi
 
Doc of 5 pen pc technology
Doc of 5 pen pc technologyDoc of 5 pen pc technology
Doc of 5 pen pc technology
 
1 1 vlsi introduction_overview
1 1 vlsi introduction_overview1 1 vlsi introduction_overview
1 1 vlsi introduction_overview
 
lec0Intro.ppt
lec0Intro.pptlec0Intro.ppt
lec0Intro.ppt
 
Generation of Computers: A Survey
Generation of Computers: A SurveyGeneration of Computers: A Survey
Generation of Computers: A Survey
 

Recently uploaded

Beautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsapps
Beautiful Sapna Call Girls CP 9711199012 ☎ Call /WhatsappsBeautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsapps
Beautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsappssapnasaifi408
 
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...Amil baba
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝soniya singh
 
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...Authentic No 1 Amil Baba In Pakistan
 
Dubai Call Girls O525547819 Spring Break Fast Call Girls Dubai
Dubai Call Girls O525547819 Spring Break Fast Call Girls DubaiDubai Call Girls O525547819 Spring Break Fast Call Girls Dubai
Dubai Call Girls O525547819 Spring Break Fast Call Girls Dubaikojalkojal131
 
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
Erfurt FH学位证,埃尔福特应用技术大学毕业证书1:1制作
Erfurt FH学位证,埃尔福特应用技术大学毕业证书1:1制作Erfurt FH学位证,埃尔福特应用技术大学毕业证书1:1制作
Erfurt FH学位证,埃尔福特应用技术大学毕业证书1:1制作f3774p8b
 
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCRReal Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCRdollysharma2066
 
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...nagunakhan
 
Presentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvfPresentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvfchapmanellie27
 
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一ss ss
 
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)861c7ca49a02
 
萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程1k98h0e1
 
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一C SSS
 
定制(USF学位证)旧金山大学毕业证成绩单原版一比一
定制(USF学位证)旧金山大学毕业证成绩单原版一比一定制(USF学位证)旧金山大学毕业证成绩单原版一比一
定制(USF学位证)旧金山大学毕业证成绩单原版一比一ss ss
 
威廉玛丽学院毕业证学位证成绩单-安全学历认证
威廉玛丽学院毕业证学位证成绩单-安全学历认证威廉玛丽学院毕业证学位证成绩单-安全学历认证
威廉玛丽学院毕业证学位证成绩单-安全学历认证kbdhl05e
 
Call Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall AvailableCall Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall AvailableCall Girls in Delhi
 
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...srsj9000
 
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一Fi sss
 

Recently uploaded (20)

Beautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsapps
Beautiful Sapna Call Girls CP 9711199012 ☎ Call /WhatsappsBeautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsapps
Beautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsapps
 
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
 
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
 
Dubai Call Girls O525547819 Spring Break Fast Call Girls Dubai
Dubai Call Girls O525547819 Spring Break Fast Call Girls DubaiDubai Call Girls O525547819 Spring Break Fast Call Girls Dubai
Dubai Call Girls O525547819 Spring Break Fast Call Girls Dubai
 
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
Erfurt FH学位证,埃尔福特应用技术大学毕业证书1:1制作
Erfurt FH学位证,埃尔福特应用技术大学毕业证书1:1制作Erfurt FH学位证,埃尔福特应用技术大学毕业证书1:1制作
Erfurt FH学位证,埃尔福特应用技术大学毕业证书1:1制作
 
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCRReal Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
 
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
 
Presentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvfPresentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvf
 
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
 
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)
 
萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程
 
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
 
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
 
定制(USF学位证)旧金山大学毕业证成绩单原版一比一
定制(USF学位证)旧金山大学毕业证成绩单原版一比一定制(USF学位证)旧金山大学毕业证成绩单原版一比一
定制(USF学位证)旧金山大学毕业证成绩单原版一比一
 
威廉玛丽学院毕业证学位证成绩单-安全学历认证
威廉玛丽学院毕业证学位证成绩单-安全学历认证威廉玛丽学院毕业证学位证成绩单-安全学历认证
威廉玛丽学院毕业证学位证成绩单-安全学历认证
 
Call Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall AvailableCall Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall Available
 
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
 
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
 

VLSI

  • 1. Introduction to VLSI Circuits and Systems 4th Generation Microprocessor VLSI Prepared by: Soma.O.Muhammad
  • 2. The beginning  Microprocessors are essential to many of the products we use every day such as TVs, cars, radios, home appliances and of course, computers. Transistors are the main components of microprocessors.  At their most basic level, transistors may seem simple. But their development actually required many years of painstaking research. Before transistors, computers relied on slow, inefficient vacuum tubes and mechanical switches to process information. In 1958, engineers managed to put two transistors onto a Silicon crystal and create the first integrated circuit, which subsequently led to the first microprocessor. Friday, May 9, 2014 2 Prepared by:Soma.O.Muhammad
  • 3. History and Evolution  In 1976, Steve Jobs and Steve Wozniak built the Apple II, the first personal computer in a garage in California.  Then, in 1981, IBM introduced its first personal computer. The personal computer was such a revolutionary concept and was expected to have such an impact on society that in 1982, "Time" magazine dedicated its annual "Man of the Year Issue" to the computer. The other feature of the microprocessor is its versatility. Whereas previously the integrated circuit had had to be manufactured to fit a special purpose, now one microprocessor could be manufactured and then programmed to meet any number of demands. Soon everyday household items such as microwave ovens, television sets and automobiles with electronic fuel injection incorporated microprocessors.  The 1980's saw an expansion in computer use in all three arenas as clones of the IBM PC made the personal computer even more affordable. The number of personal computers in use more than doubled from 2 million in 1981 to 5.5 million in 1982. Ten years later, 65 million PCs were being used. Computers continued their trend toward a smaller size, working their way down from desktop to laptop computers (which could fit inside a briefcase) to palmtop (able to fit inside a breast pocket). Friday, May 9, 2014 3 Prepared by:Soma.O.Muhammad
  • 4.  Integration improves the design  Lower parasitics = higher speed  Lower power consumption  Physically smaller  Integration reduces manufacturing cost - (almost) no manual assembly Why VLSI? Friday, May 9, 2014 4 Prepared by:Soma.O.Muhammad
  • 5. Introduction Very-large-scale integration (VLSI) is the process of creating an IC by combining thousands of transistors into a single chip. VLSI began in the 1970s when complexsemiconductor and communication technologies were being developed. The microprocessor is a VLSI device. 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 makers add all of these into one chip. By the 1980's, very large scale integration (VLSI) squeezed hundreds of thousands of components onto a chip. The ability to fit so much onto an area about half the size of a U.S. dime helped diminish the size and price of computers. It also increased their power, efficiency and reliability. Marcian Hoff invented a device which could replace several of the components of earlier computers, the microprocessor. The microprocessor is the characteristic of fourth generation computers, capable of performing all of the functions of a computer's central processing unit. The reduced size, reduced cost, and increased speed of the microprocessor led to the creation of the first personal computers. Until now computers had been the almost exclusively the domain of universities, business and government. Friday, May 9, 2014 5 Prepared by:Soma.O.Muhammad
  • 6. Introduction IC: Integrated Circuits, many transistors on one chip VLSI: Very Large Scale Integration, a modern technology of IC design flow MOS: Metal-Oxide-Silicon transistor (also called device) CMOS: Complementary Metal Oxide Semiconductor Friday, May 9, 2014 6 Prepared by:Soma.O.Muhammad
  • 7. Moore’s Law Gordon Moore: co-founder of Intel Predicted that the number of transistors per chip would grow exponentially (double every 18 months) Exponential improvement in technology is a natural trend: e.g. Steam Engines - Dynamo - Automobile Friday, May 9, 2014 7 Prepared by:Soma.O.Muhammad
  • 8. Technology Background What is a Silicon Chip? A pattern of interconnected switches and gates on the surface of a crystal of semiconductor (typically Si) These switches and gates are made of areas of n-type silicon areas of p-type silicon areas of insulator lines of conductor (interconnects) joining areas together Aluminium, Copper, Titanium, Molybdenum, polysilicon, tungsten The geometryof these areas is known as the layout of the chip Connections from the chip to the outside world are made around the edge of the chip to facilitate connections to other devices Friday, May 9, 2014 8 Prepared by:Soma.O.Muhammad
  • 9. Technology Background Semiconductors and Doping •Adding trace amounts of certain materials to semiconductors alters the crystal structure and can change their electrical properties in particular it can change the number of free electrons or holes •N-Type semiconductor has free electrons dopant is (typically) phosphorus, arsenic, antimony •P-Type semiconductor has free holes dopant is (typically) boron, indium, gallium Dopants are usually implanted into the semiconductor using Implant Technology, followed by thermal process to diffuse the dopants Friday, May 9, 2014 9 Prepared by:Soma.O.Muhammad
  • 10. Silicon Lattice Transistors are built on a silicon substrate Silicon is a Group IV material Forms crystal lattice with bonds to four neighbors Friday, May 9, 2014 10 Prepared by:Soma.O.Muhammad
  • 11. Dopants Silicon is a semiconductor Pure silicon has no free carriers and conducts poorly Adding dopants increases the conductivity Group V: extra electron (n-type) Group III: missing electron, called hole (p-type) Friday, May 9, 2014 11 Prepared by:Soma.O.Muhammad
  • 12. Complexity and Design  Creating a design team provides a realistic approach to approaching a VLSI project, as it allows each person to study small sections of the system  Needing hundreds of engineers, scientists, and technicians  Needing hierarchy design and many different “Level Views”  Everyone of each level depends upon the Computer- Aided Design (CAD) tools Figure 1.1 The VLSI design funnel Friday, May 9, 2014 12 Prepared by:Soma.O.Muhammad
  • 13. Design Hierarchy (1/2)  System specifications: is defined in both general and specific terms, such as functions, speed, size, etc.  Abstract high-level model: contains information on the behavior of each block and the interaction among the blocks in the system  Logic synthesis: To provide the logic design of the network by specifying the primitive gates and units needed to build each unit  Circuit design: where transistors are used as switches and Boolean variables are treated as vary voltage signals  Physical design: the network is built on a tiny area on a slice of silicon  Manufacturing: a completed design process is moved on to the manufacturing line Figure 1.2 General overview of the design hierarchy Friday, May 9, 2014 13 Prepared by:Soma.O.Muhammad
  • 14. Design Hierarchy (2/2)  Hierarchical design  Top-down design  the initial work is quite abstract and theoretical and there is no direct connection to silicon until many steps have been completed  Acceptable in modern digital system design  Co-design with combining HW/SW is critical  Similar to Cell-based Design Flow  Bottom-up design  starts at the silicon or circuit level and builds primitive units such as logic gates, adders, and registers as the first steps  Acceptable for small projects  Similar to Full-custom Design Flow  An example of a design hierarchy in Figure 1.3  an instruction design of a microprocessor Figure 1.3 A simple design flow for a microprocessor BA +←Register_X Friday, May 9, 2014 14 Prepared by:Soma.O.Muhammad
  • 15. VLSI Chip Types At the engineering level, digital VLSI chips are classified by the approach used to implement and build the circuit  Full-custom Design: where every circuit is custom designed for the project  Extremely tedious  Time-consuming process  Application-Specific Integrated Circuits (ASICs): using an extensive suite of CAD tools that portray the system design in terms of standard digital logic constructs  Including state diagrams, functions tables, and logic diagram  Designer does not need any knowledge of the underlying electronics or the physic of the silicon chip  Major drawback is that all characteristics are set by the architectural design  Semi-custom Design: between that of a full-custom and ASICs  Using a group of primitive predefined cells as building blocks, called cell library Friday, May 9, 2014 15 Prepared by:Soma.O.Muhammad
  • 16. Integrated Circuits SSI – Small-Scale Integration (0-102 )---1960 MSI – Medium-Scale Integration (102 -103 )---1967 LSI – Large-Scale Integration (103 -105 )---1972 VLSI – Very Large-Scale Integration (105 -107 )---1978 ULSI – Ultra Large-Scale Integration (>=107 )---1989 GSI _ Giant Scale Integration (>=109 )---2000 Friday, May 9, 2014 16 Prepared by:Soma.O.Muhammad
  • 17. Integrated Circuits Why Make Ics ?  Integration improves  size  speed  power  Integration reduce manufacturing costs  (almost) no manual assembly Friday, May 9, 2014 17 Prepared by:Soma.O.Muhammad
  • 18. IC Evolution (1/3)  SSI – Small Scale Integration (early 1970s)  contained 1 – 10 logic gates  MSI – Medium Scale Integration  logic functions, counters  LSI – Large Scale Integration  first microprocessors on the chip  VLSI – Very Large Scale Integration  now offers 64-bit microprocessors, complete with cache memory (L1 and often L2), floating-point arithmetic unit(s), etc.  Bipolar technology  TTL (transistor-transistor logic)  ECL (emitter-coupled logic) Friday, May 9, 2014 18 Prepared by:Soma.O.Muhammad
  • 19. IC Evolution (2/3)  MOS (Metal-oxide-silicon)  although invented before bipolar transistor, was initially difficult to manufacture  nMOS (n-channel MOS) technology developed in 1970s required fewer masking steps, was denser, and consumed less power than equivalent bipolar ICs => an MOS IC was cheaper than a bipolar IC and led to investment and growth of the MOS IC market.  aluminum gates for replaced by polysilicon by early 1980  CMOS (Complementary MOS): n-channel and p-channel MOS transistors => lower power consumption, simplified fabrication process  Bi-CMOS - hybrid Bipolar, CMOS (for high speed)  GaAs - Gallium Arsenide (for high speed)  Si-Ge - Silicon Germanium (for RF) Friday, May 9, 2014 19 Prepared by:Soma.O.Muhammad
  • 20. IC From Howe, Sodini: Microelectronics:An Integrated Approach, Prentice Hall Friday, May 9, 2014 20 Prepared by:Soma.O.Muhammad
  • 21. Chips Integrated circuits consist of:  A small square or rectangular “die”, < 1mm thick  Small die: 1.5 mm x 1.5 mm => 2.25 mm2  Large die: 15 mm x 15 mm => 225 mm2  Larger die sizes mean:  More logic, memory  Less volume  Less yield  Dies are made from silicon (substrate)  Substrate provides mechanical support and electrical common point Friday, May 9, 2014 21 Prepared by:Soma.O.Muhammad
  • 22. Current Processors Pentium® 4 42M transistors / 1.3-1.8GHz / 49-55W L=0.18µm Pentium® 4 “Northwood” 55M transistors / 2-2.5GHz L=0.13µm Friday, May 9, 2014 22 Prepared by:Soma.O.Muhammad
  • 23. VLSI-Chip Manufacturing Friday, May 9, 2014Prepared by:Soma.O.Muhammad 23
  • 24. References:- 1. AUTHOR STREAM: http://www.authorstream.com/Presentation/aSGuest43958-383515-vlsi-spdas1vlsibput-education-ppt-powerpoint/ 2. SLIDE SHARE: http://www.slideshare.net/illpa/introduction-to-vlsi 3. ENGINEERS GARAGE: - http://www.engineersgarage.com/articles/vlsi-design-future 4. FORCEPERFECT: http://www.forcedperfect.net/hardware/cards/applepowermacintoshupgradecard/images/applepowermacintoshupgradecard-vlsi.jpg 5. Uyemura, John P. Introduction to VLSI Circuits and Systems 6. http://www.cs.sun.ac.za/museum/gen4.html 7. http://www.youtube.com/watch?v=hO455B9d7zY Friday, May 9, 2014 24 Prepared by:Soma.O.Muhammad