Download No Slide Title

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Design Technologies
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Views / Abstractions / Hierarchies
Structural
Behavioral
device
Circuit
Physical
Logic
Architectural
D.Gajski, Silicon Compilation, Addison Wesley, 1988
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
N-Channel Enhancement
mode MOS FET
– Four Terminal Device - substrate bias
–The “self aligned gate” - key to CMOS
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
The MOS Transistor
Gate Oxyde
Gate
Source
Polysilicon
n+
Drain
n+
p-substrate
Field-Oxyde
(SiO2)
p+ stopper
Bulk Contact
CROSS-SECTION of NMOS Transistor
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
MOS transistors
Types and Symbols
D
D
G
G
S
S
NMOS Enhancement NMOS Depletion
D
D
G
G
S
S
PMOS Enhancement
Digital Integrated Circuits
B
Introduction
NMOS with
Bulk Contact
© Prentice Hall 1995
The Basic Idea…
» Voltage on the Gate controls the current
through the source/drain path
» N-Channel - N-Switches are ON when the
Gate is HIGH and OFF when the Gate is LOW
» P-Channel - P-Switches are OFF when the
Gate is HIGH and ON when the Gate is LOW
» (ON == Circuit between Source and Drain)
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Transistors as Switches
N Switch
D
G
0
1
Passes “good zeros”
S
P Switch
D
G
0
1
S
Introduction to VLSI Design
Introduction
Passes “good ones”
© Steven P. Levitan 1998
….The Rest of the Story...
» Put them in series - both must be on to
complete the circuit
» Put them in parallel - either can be on to
complete the circuit
» Generate all sorts of Switching Functions
» NOT the same as Boolean Functions.... Its
RELAY logic - pin ball machines
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Series Parallel Structures
D
1
G
D
1
G
D
S
1
G
S
D
S
G
1
S
N Channel: on=closed when gate is high
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
NMOS Transistors in Series/Parallel
Connection
Transistors can be thought as a switch controlled by its gate signal
NMOS switch closes when switch control input is high
A
B
X
Y
Y = X if A and B
A
X
B
Y
Y = X if A OR B
NMOS Transistors pass a “strong” 0 but a “weak” 1
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Series Parallel Structures(2)
D
0
G
D
0
G
D
S
0
G
S
D
S
G
0
S
P Channel: on=closed when gate is low
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
PMOS Transistors in Series/Parallel
Connection
PMOS switch closes when switch control input is low
A
B
X
Y
Y = X if A AND B = A + B
A
X
B
Y
Y = X if A OR B = AB
PMOS Transistors pass a “strong” 1 but a “weak” 0
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Series Parallel Structures (3)
N Switch
0
D
S
1
Passes “good zeros”
G
S
D
G
S
S’
P Switch
0
1
Open Circuit, High Z
Introduction to VLSI Design
Passes “good ones”
Bi-directional Switch
Introduction
© Steven P. Levitan 1998
From Switches to Boolean
Functions...

Use the Switching Functions to provide paths
to Vdd or GND
» Vdd is the source of all Truth (Vdd = = 1)
» GND is the source of all Falsehood (GND == 0)
P-channel
N-channel
0
0
1
1
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
The Inverter

True to False / False to True Converter
1/0
Introduction to VLSI Design
0/1
Introduction
© Steven P. Levitan 1998
…That’s it!

This is Non-Trivial: it defines the basis
for the logic abstraction which is
essential for all Boolean functions.
» Provide a path to VDD for 1
» Provide a path to GND for 0
» For complex functions - provide complex
paths
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Four Views
Logic
Transistor
Introduction to VLSI Design
Layout
Introduction
Physical
© Steven P. Levitan 1998
Cross-Section of CMOS
Technology
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Magic Layout of Inverter
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Magic “Palette” of Layers
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Modern Interconnect
Chain of Inverters
A
B
C
D
E
Feedback loop
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Which is which?
A
Introduction to VLSI Design
B
C
Introduction
D
E
© Steven P. Levitan 1998
CMOS logic structures
– Static (logic) structures



Complementary structures
Pass structures
Pseudo-NMOS structures
– Dynamic (logic) structures



precharged
latched
combinations
– Memory structures



static
quasi-static
dynamic
– I/O structures
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Complementary Structures
» Big -- 2 x N transistors for N inputs
– Use the “dual” for N and P chains
– Can/should be sized for maximum
speed/minimum power-area
» Can use well known circuit minimization
techniques
– Fast
– Low static power dissipation
– Possibly high dynamic power dissipation
Introduction to VLSI Design
Introduction
© Steven P. Levitan 1998
Static CMOS Circuit
At every point in time (except during the switching
transients) each gate output is connected to either
VDD or Vss via a low-resistive path.
The outputs of the gates assume at all times the value
of the Boolean function, implemented by the circuit
(ignoring, once again, the transient effects during
switching periods).
This is in contrast to the dynamic circuit class, which
relies on temporary storage of signal values on the
capacitance of high impedance circuit nodes.
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Static CMOS
VDD
In1
In2
In3
PUN
PMOS Only
F=G
In1
In2
In3
PDN
NMOS Only
VSS
PUN and PDN are Dual Networks
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Complementary CMOS Logic Style Construction (cont.)
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Example Gate: NAND
Digital Integrated Circuits
Introduction
© Prentice Hall 1995
Example Gate: NOR
Digital Integrated Circuits
Introduction
© Prentice Hall 1995