Layout Design: 18-322 Fall 2003
Layout Design: 18-322 Fall 2003
Roadmap
Today: Basic CMOS Layout: design in the small Thursday: Layout Verification & design in the large Next week:
Transistor sizing Wires
Todays Overview
Physical structure of ICs
Design rules Basic gates layout
Stick diagrams
Basic rules Examples
Cadence (Virtuoso)
Review: MOSFETs
Gate (G) No connection
G=0
Source Gate layer Conduction layer Drain Open switch
Source layer
Drain layer
Closed switch
G=1
G is responsible for the absence or presence of the conduction region between the drain and the source regions
0V n+
L W n+ Top view n+
n+
No electrons
p Side view
+
n+
electrons
electron channel
n+ n+ n+ p
Review: Manufacturing
2D top-down view How design engineers see the chip.
Design Rules
Interface between designer and process engineer
Clean separation between the process during wafer fabrication and the design effort
Permissible geometries -> DESIGN RULES
Unit dimension: Minimum line width (2) In 1978, = 1.5 m (a.k.a. 3 micron technology) In 2003, = 0.065 m (a.k.a. 0.13 micron technology) Important Intellectual idea, not used in industry (but we will)
Transistor Layout
poly
Transistor
L W
3 2
Well boundary
Transistor Layout
5 4 2 2 Source Source to gate shortcirc L 2 Drain W 2 Non-catastrophic misalignment
AS = AD = 5W
= 0.5m -> A = 12.5m2
Inverters
VDD VDD VDD
Vin
Vout
Vin
Vout
Vin
Vout
Series/Parallel Connections
A A n+ n+ B n+ n+ A n+ B n+ n+ n+ p n+ B
Devices can share patterned regions; this may reduce the layout area or complexity!
A B
X
X
X
B
X
poly metal
Red Blue
n+/p+ Green
contact Black
NAND2
V DD
V DD NOT(AB) A B GND
B A
NOT(AB)
GND
V DD NOT(AB) A B GND
B A
NOT(AB)
A and B
GND
GND
NOR2
V DD A NOT(A+B) B GND GND B NOT(A+B)
The output here is connected to one p-trans drain and two n-trans drains.
V DD
A NOT(A+B) B GND
A B NOT(A+B)
The output here is connected to one p-trans drain and one n-trans drain.
GND
This is better!
Less drain area connected to the output . This results in a faster gate.
#2
2
F= NOT(A(B+C+D))
C A
C A
1 GND A B C D
C A
D F
Big Capacitance More charge to to change voltage More stable supply voltage!
C 1
C 1
GND A B C D
GND
Right
Wrong
Overview
Physical structure of ICs
Design rules Basic gates layout
Stick diagrams
Basic rules Examples
Cadence (Virtuoso)
Stick Diagrams
Introduced by Mead & Conway in the 80s Every line of a conduction material layer is represented by a line of a distinct color
Examples
Complex Functions
OUT = ABC + D
VDD A D B C
X X X X X V DD
OUT
X X X
OUT
A B
GND
D
C
Summary
Discussed
Design rules Basic gates layout Stick diagrams
Masks
Layout Design
18-322