Title: Digital Integrated Circuits A Design Perspective
1Digital Integrated CircuitsA Design Perspective
Jan M. Rabaey Anantha Chandrakasan Borivoje
Nikolic
Designing CombinationalLogic Circuits
November 2002.
2Combinational vs. Sequential Logic
Combinational
Sequential
Output
(
)
f
In, Previous In
Output
(
)
f
In
3Static CMOS Circuit
4Static Complementary CMOS
VDD
In1
PMOS only
In2
PUN
InN
F(In1,In2,InN)
In1
In2
PDN
NMOS only
InN
PUN and PDN are dual logic networks
5NMOS 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
6PMOS Transistors in Series/Parallel Connection
7Threshold Drops
VDD
VDD
PUN
S
D
VDD
D
S
0 ? VDD
0 ? VDD - VTn
VGS
VDD ? 0
PDN
VDD ? VTp
VGS
S
D
VDD
S
D
8Complementary CMOS Logic Style
9Example Gate NAND
10Example Gate NOR
11Complex CMOS Gate
OUT D A (B C)
A
D
B
C
12Constructing a Complex Gate
13Cell Design
- Standard Cells
- General purpose logic
- Can be synthesized
- Same height, varying width
- Datapath Cells
- For regular, structured designs (arithmetic)
- Includes some wiring in the cell
- Fixed height and width
14Standard Cell Layout Methodology 1980s
Routing channel
VDD
signals
GND
15Standard Cell Layout Methodology 1990s
Mirrored Cell
No Routing channels
VDD
VDD
M2
M3
GND
GND
Mirrored Cell
16Standard Cells
N Well
Cell height 12 metal tracks Metal track is
approx. 3? 3? Pitch repetitive distance
between objects Cell height is 12 pitch
Out
In
2?
Rails 10?
GND
Cell boundary
17Standard Cells
With silicided diffusion
With minimaldiffusionrouting
Out
In
Out
In
GND
GND
18Standard Cells
2-input NAND gate
A
B
Out
GND
19Stick Diagrams
Contains no dimensions Represents relative
positions of transistors
Inverter
NAND2
Out
Out
In
A
B
GND
GND
20Stick Diagrams
Logic Graph
A
C
j
B
X C (A B)
C
i
A
B
A
B
C
21Two Versions of C (A B)
C
A
B
A
B
C
VDD
VDD
X
X
GND
GND
22Consistent Euler Path
X
C
VDD
i
X
A
B
j
A
B
C
GND
23OAI22 Logic Graph
X
PUN
A
C
C
D
B
D
VDD
X
X (AB)(CD)
C
D
A
B
A
B
PDN
A
GND
B
C
D
24Example x abcd
25Multi-Fingered Transistors
One finger
Two fingers (folded)
Less diffusion capacitance
26Properties of Complementary CMOS Gates Snapshot
High noise margins
V
and
V
are at
V
and
GND
, respectively.
OH
OL
DD
No static power consumption
There never exists a direct path between
V
and
DD
V
(
GND
) in steady-state mode
.
SS
Comparable rise and fall times
(under appropriate sizing conditions)
27CMOS Properties
- Full rail-to-rail swing high noise margins
- Logic levels not dependent upon the relative
device sizes ratioless - Always a path to Vdd or Gnd in steady state low
output impedance - Extremely high input resistance nearly zero
steady-state input current - No direct path steady state between power and
ground no static power dissipation - Propagation delay function of load capacitance
and resistance of transistors
28Switch Delay Model
Req
A
A
NOR2
INV
NAND2
29Input Pattern Effects on Delay
- Delay is dependent on the pattern of inputs
- Low to high transition
- both inputs go low
- delay is 0.69 Rp/2 CL
- one input goes low
- delay is 0.69 Rp CL
- High to low transition
- both inputs go high
- delay is 0.69 2Rn CL
Rn
B
30Delay Dependence on Input Patterns
AB1?0
A1 ?0, B1
A1, B1?0
Voltage V
time ps
NMOS 0.5?m/0.25 ?m PMOS 0.75?m/0.25 ?m CL
100 fF
31Transistor Sizing
4 4
2 2
32Transistor Sizing a Complex CMOS Gate
B
8
6
4
3
C
8
6
4
6
OUT D A (B C)
A
2
D
1
B
C
2
2
33Fan-In Considerations
A
Distributed RC model
(Elmore delay) tpHL 0.69 Reqn(C12C23C34CL)
Propagation delay deteriorates rapidly as a
function of fan-in quadratically in the worst
case.
B
C
D
34tp as a Function of Fan-In
Gates with a fan-in greater than 4 should be
avoided.
tp (psec)
tpLH
fan-in
35tp as a Function of Fan-Out
All gates have the same drive current.
tpNOR2
tpNAND2
tpINV
tp (psec)
Slope is a function of driving strength
eff. fan-out
36tp as a Function of Fan-In and Fan-Out
- Fan-in quadratic due to increasing resistance
and capacitance - Fan-out each additional fan-out gate adds two
gate capacitances to CL - tp a1FI a2FI2 a3FO
37Fast Complex GatesDesign Technique 1
- Transistor sizing
- as long as fan-out capacitance dominates
- Progressive sizing
Distributed RC line M1 gt M2 gt M3 gt gt MN (the
fet closest to the output is the smallest)
InN
MN
In3
M3
In2
M2
Can reduce delay by more than 20 decreasing
gains as technology shrinks
In1
M1
38Fast Complex GatesDesign Technique 2
critical path
critical path
0?1
charged
charged
In1
1
In3
M3
M3
1
In2
1
In2
M2
discharged
M2
charged
1
In3
discharged
In1
M1
charged
M1
0?1
delay determined by time to discharge CL, C1 and
C2
delay determined by time to discharge CL
39Fast Complex GatesDesign Technique 3
- Alternative logic structures
F ABCDEFGH
40Fast Complex GatesDesign Technique 4
- Isolating fan-in from fan-out using buffer
insertion
41Fast Complex GatesDesign Technique 5
- Reducing the voltage swing
- linear reduction in delay
- also reduces power consumption
- But the following gate is much slower!
- Or requires use of sense amplifiers on the
receiving end to restore the signal level (memory
design)
tpHL 0.69 (3/4 (CL VDD)/ IDSATn )
0.69 (3/4 (CL Vswing)/ IDSATn )
42Sizing Logic Paths for Speed
- Frequently, input capacitance of a logic path is
constrained - Logic also has to drive some capacitance
- Example ALU load in an Intels microprocessor is
0.5pF - How do we size the ALU datapath to achieve
maximum speed? - We have already solved this for the inverter
chain can we generalize it for any type of
logic?
43Buffer Example
In
Out
CL
1
2
N
(in units of tinv)
For given N Ci1/Ci Ci/Ci-1 To find N Ci1/Ci
4 How to generalize this to any logic path?
44Logical Effort
p intrinsic delay (3kRunitCunitg) - gate
parameter ? f(W) g logical effort (kRunitCunit)
gate parameter ? f(W) f effective
fanout Normalize everything to an inverter ginv
1, pinv 1 Divide everything by
tinv (everything is measured in unit delays
tinv) Assume g 1.
45Delay in a Logic Gate
Gate delay
d h p
effort delay
intrinsic delay
Effort delay
h g f
logical effort
effective fanout Cout/Cin
Logical effort is a function of topology,
independent of sizing Effective fanout
(electrical effort) is a function of load/gate
size
46Logical Effort
- Inverter has the smallest logical effort and
intrinsic delay of all static CMOS gates - Logical effort of a gate presents the ratio of
its input capacitance to the inverter capacitance
when sized to deliver the same current - Logical effort increases with the gate complexity
47Logical Effort
Logical effort is the ratio of input capacitance
of a gate to the input capacitance of an inverter
with the same output current
g 5/3
g 4/3
g 1
48Logical Effort of Gates
t
pNAND
g p d
t
pINV
Normalized delay (d)
g p d
F(Fan-in)
1
2
3
4
5
6
7
Fan-out (h)
49Logical Effort of Gates
t
pNAND
g 4/3 p 2 d (4/3)h2
t
pINV
Normalized delay (d)
g 1 p 1 d h1
F(Fan-in)
1
2
3
4
5
6
7
Fan-out (h)
50Logical Effort of Gates
51Add Branching Effort
Branching effort
52Multistage Networks
Stage effort hi gifi Path electrical effort F
Cout/Cin Path logical effort G
g1g2gN Branching effort B b1b2bN Path
effort H GFB Path delay D Sdi Spi Shi
53Optimum Effort per Stage
When each stage bears the same effort
Stage efforts g1f1 g2f2 gNfN
Effective fanout of each stage
Minimum path delay
54Optimal Number of Stages
For a given load, and given input capacitance of
the first gate Find optimal number of stages and
optimal sizing
Substitute best stage effort
55Logical Effort
From Sutherland, Sproull
56Example Optimize Path
g 1f a
g 1f 5/c
g 5/3f b/a
g 5/3f c/b
Effective fanout, F G H h a b
57Example Optimize Path
g 1f a
g 1f 5/c
g 5/3f b/a
g 5/3f c/b
Effective fanout, F 5 G 25/9 H 125/9
13.9 h 1.93 a 1.93 b ha/g2 2.23 c hb/g3
5g4/f 2.59
58Example Optimize Path
g4 1
g1 1
g2 5/3
g3 5/3
Effective fanout, H 5 G 25/9 F 125/9
13.9 f 1.93 a 1.93 b fa/g2 2.23 c fb/g3
5g4/f 2.59
59Example 8-input AND
60Method of Logical Effort
- Compute the path effort F GBH
- Find the best number of stages N log4F
- Compute the stage effort f F1/N
- Sketch the path with this number of stages
- Work either from either end, find sizes Cin
Coutg/f - Reference Sutherland, Sproull, Harris, Logical
Effort, Morgan-Kaufmann 1999.
61Summary
Sutherland, Sproull Harris
62Ratioed Logic
63Ratioed Logic
64Ratioed Logic
65Active Loads
66Pseudo-NMOS
67Pseudo-NMOS VTC
3.0
2.5
W/L
4
2.0
p
1.5
V
W/L
2
t
u
p
o
V
1.0
W/L
0.5
W/L
1
p
p
0.5
W/L
0.25
p
0.0
0.0
0.5
1.0
1.5
2.0
2.5
V
V
in
68Improved Loads
69Improved Loads (2)
V
V
DD
DD
M1
M2
Out
Out
A
A
PDN1
PDN2
B
B
V
V
SS
SS
Differential Cascode Voltage Switch Logic (DCVSL)
70DCVSL Example
71DCVSL Transient Response
A B
V
e
A B
g
a
t
l
o
A
,
B
V
A,B
Time ns
72Pass-TransistorLogic
73Pass-Transistor Logic
74Example AND Gate
75NMOS-Only Logic
3.0
In
Out
2.0
V
x
e
g
a
t
l
o
V
1.0
0.0
0
0.5
1
1.5
2
Time ns
76NMOS-only Switch
V
C
2.5 V
C
2.5
M
2
A
2.5 V
B
A
2.5 V
M
n
B
M
C
1
L
does not pull up to 2.5V, but 2.5V -
V
V
TN
B
Threshold voltage loss causes
static power consumption
NMOS has higher threshold than PMOS (body effect)
77NMOS Only Logic Level Restoring Transistor
V
DD
V
DD
Level Restorer
M
r
B
M
2
X
M
A
Out
n
M
1
Advantage Full Swing
Restorer adds capacitance, takes away pull down
current at X
Ratio problem
78Restorer Sizing
3.0
- Upper limit on restorer size
- Pass-transistor pull-downcan have several
transistors in stack
W
/
L
1.75/0.25
V
r
e
W
/
L
1.50/0.25
g
r
a
t
l
o
V
W
/
L
1.25/0.25
W
/
L
1.0/0.25
r
r
Time ps
79Solution 2 Single Transistor Pass Gate with VT0
V
DD
V
DD
0V
2.5V
Out
0V
V
DD
2.5V
WATCH OUT FOR LEAKAGE CURRENTS
80Complementary Pass Transistor Logic
81Solution 3 Transmission Gate
C
C
A
A
B
B
C
C
C
2.5 V
A
2.5 V
B
C
L
C
0 V
82Resistance of Transmission Gate
83Pass-Transistor Based Multiplexer
S
VDD
GND
In1
In2
S
84Transmission Gate XOR
B
B
M2
A
A
F
M1
M3/M4
B
B
85Delay in Transmission Gate Networks
m
R
R
R
eq
eq
eq
In
C
C
C
C
(c)
86Delay Optimization
87Transmission Gate Full Adder
Similar delays for sum and carry
88Dynamic Logic
89Dynamic CMOS
- In static circuits at every point in time (except
when switching) the output is connected to either
GND or VDD via a low resistance path. - fan-in of n requires 2n (n N-type n P-type)
devices - Dynamic circuits rely on the temporary storage of
signal values on the capacitance of high
impedance nodes. - requires on n 2 (n1 N-type 1 P-type)
transistors
90Dynamic Gate
Mp
Clk
Out
In1
In2
PDN
In3
Me
Clk
Two phase operation Precharge (CLK 0)
Evaluate (CLK 1)
91Dynamic Gate
off
Mp
Clk
on
1
Out
In1
In2
PDN
In3
Me
Clk
off
on
Two phase operation Precharge (Clk 0)
Evaluate (Clk 1)
92Conditions on Output
- Once the output of a dynamic gate is discharged,
it cannot be charged again until the next
precharge operation. - Inputs to the gate can make at most one
transition during evaluation. - Output can be in the high impedance state during
and after evaluation (PDN off), state is stored
on CL
93Properties of Dynamic Gates
- Logic function is implemented by the PDN only
- number of transistors is N 2 (versus 2N for
static complementary CMOS) - Full swing outputs (VOL GND and VOH VDD)
- Non-ratioed - sizing of the devices does not
affect the logic levels - Faster switching speeds
- reduced load capacitance due to lower input
capacitance (Cin) - reduced load capacitance due to smaller output
loading (Cout) - no Isc, so all the current provided by PDN goes
into discharging CL
94Properties of Dynamic Gates
- Overall power dissipation usually higher than
static CMOS - no static current path ever exists between VDD
and GND (including Psc) - no glitching
- higher transition probabilities
- extra load on Clk
- PDN starts to work as soon as the input signals
exceed VTn, so VM, VIH and VIL equal to VTn - low noise margin (NML)
- Needs a precharge/evaluate clock
95Issues in Dynamic Design 1 Charge Leakage
CLK
Clk
Mp
Out
A
Evaluate
VOut
Clk
Me
Precharge
Leakage sources
Dominant component is subthreshold current
96Solution to Charge Leakage
Keeper
Clk
Mp
Mkp
A
Out
B
Clk
Me
Same approach as level restorer for
pass-transistor logic
97Issues in Dynamic Design 2 Charge Sharing
Charge stored originally on CL is redistributed
(shared) over CL and CA leading to reduced
robustness
Clk
Mp
Out
A
B0
Clk
Me
98Charge Sharing Example
Clk
Out
A
A
B
B
B
!B
C
C
Clk
99Charge Sharing
V
DD
M
Clk
p
Out
C
L
A
M
a
X
C
a
M
B
0
b
C
b
M
Clk
e
100Solution to Charge Redistribution
Clk
Clk
Mp
Mkp
Out
A
B
Clk
Me
Precharge internal nodes using a clock-driven
transistor (at the cost of increased area and
power)
101Issues in Dynamic Design 3 Backgate Coupling
Clk
Mp
Out1
1
Out2
0
In
A0
B0
Clk
Me
Dynamic NAND
Static NAND
102Backgate Coupling Effect
Out1
Voltage
Clk
Out2
In
Time, ns
103Issues in Dynamic Design 4 Clock Feedthrough
Coupling between Out and Clk input of the
precharge device due to the gate to drain
capacitance. So voltage of Out can rise above
VDD. The fast rising (and falling edges) of the
clock couple to Out.
Clk
Mp
Out
A
B
Clk
Me
104Clock Feedthrough
Clock feedthrough
Clk
Out
In1
In2
In3
In Clk
Voltage
In4
Out
Clk
Time, ns
Clock feedthrough
105Other Effects
- Capacitive coupling
- Substrate coupling
- Minority charge injection
- Supply noise (ground bounce)
106Cascading Dynamic Gates
V
Clk
Clk
Mp
Mp
Out2
Out1
In
Clk
Clk
Me
Me
t
Only 0 ? 1 transitions allowed at inputs!
107Domino Logic
Mp
Clk
Mkp
Mp
Clk
Out1
Out2
1 ? 1 1 ? 0
0 ? 0 0 ? 1
In1
In4
PDN
In2
PDN
In5
In3
Me
Clk
Me
Clk
108Why Domino?
Clk
Clk
Like falling dominos!
109Properties of Domino Logic
- Only non-inverting logic can be implemented
- Very high speed
- static inverter can be skewed, only L-H
transition - Input capacitance reduced smaller logical
effort
110Designing with Domino Logic
V
V
DD
DD
V
DD
Clk
M
Clk
M
p
p
M
r
Out1
Out2
In
1
PDN
In
PDN
In
2
4
In
3
Can be eliminated!
M
Clk
M
Clk
e
e
Inputs 0 during precharge
111Footless Domino
The first gate in the chain needs a foot
switchPrecharge is rippling short-circuit
current A solution is to delay the clock for each
stage
112Differential (Dual Rail) Domino
off
on
Clk
Mp
Clk
Mkp
Mkp
Mp
Out AB
Out AB
1 0
1 0
A
!A
!B
B
Me
Clk
Solves the problem of non-inverting logic
113np-CMOS
Me
Clk
Mp
Clk
Out1
1 ? 1 1 ? 0
In4
PUN
In1
In5
In2
PDN
0 ? 0 0 ? 1
In3
Out2 (to PDN)
Mp
Clk
Me
Clk
Only 0 ? 1 transitions allowed at inputs of PDN
Only 1 ? 0 transitions allowed at inputs of PUN
114NORA Logic
Me
Clk
Mp
Clk
Out1
1 ? 1 1 ? 0
In4
PUN
In1
In5
In2
PDN
0 ? 0 0 ? 1
In3
Out2 (to PDN)
Mp
Clk
Me
Clk
to other PDNs
to other PUNs
WARNING Very sensitive to noise!