0% found this document useful (0 votes)
33 views

Dynamic Logic

This document discusses several circuit families that aim to reduce input capacitance compared to standard CMOS logic. Pseudo-nMOS logic uses a permanently-on pMOS transistor instead of a ratioed network. Dynamic logic uses a clocked pMOS pull-up and two phases: precharge and evaluate. Domino logic follows a dynamic gate with an inverting static gate to ensure monotonic outputs. Pass transistor logic uses nMOS and pMOS transistors as switches to perform logic functions without ratioed networks.

Uploaded by

Rajesh Bathija
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Dynamic Logic

This document discusses several circuit families that aim to reduce input capacitance compared to standard CMOS logic. Pseudo-nMOS logic uses a permanently-on pMOS transistor instead of a ratioed network. Dynamic logic uses a clocked pMOS pull-up and two phases: precharge and evaluate. Domino logic follows a dynamic gate with an inverting static gate to ensure monotonic outputs. Pass transistor logic uses nMOS and pMOS transistors as switches to perform logic functions without ratioed networks.

Uploaded by

Rajesh Bathija
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 29

Circuit Families

Adopted from David Harris of Harvey Mudd College

Outline
Pseudo-nMOS Logic Dynamic Logic Pass Transistor Logic

Introduction
What makes a circuit fast? I = C dV/dt -> tpd (C/I) DV low capacitance high current 4 B small swing 4 A Logical effort is proportional to C/I 1 1 pMOS are the enemy! High capacitance for a given current Can we take the pMOS capacitance off the input? Various circuit families try to do this

Pseudo-nMOS
In the old days, nMOS processes had no pMOS Instead, use pull-up transistor that is always ON In CMOS, use a pMOS that is always ON Ratio issue Make pMOS about effective strength of pulldown network
1.8 1.5

load P/2 Ids Vout 16/2 Vin

1.2 P = 24 Vout 0.9 0.6 P = 14 0.3 0 0 0.3 0.6 0.9 Vin 1.2 1.5 1.8 P=4

Pseudo-nMOS Gates
Design for unit current on output to compare with unit inverter. pMOS fights nMOS
Y inputs f

Inverter
gu gd gavg pu pd pavg = = = = = =

NAND2
gu g Y gd avg pu pd pavg = = = = = =

NOR2
gu gd gavg Y pu pd pavg = = = = = =
5

Y A

A B

Pseudo-nMOS Gates
Design for unit current on output to compare with unit inverter. pMOS fights nMOS
Y inputs f

Inverter
gu gd gavg pu pd pavg = = = = = =

NAND2
gu g Y gd avg 8/3 pu pd 8/3 pavg 2/3 A B = = = = = =

NOR2
gu gd gavg Y pu 4/3 pd pavg = = = = = =
6

2/3 Y A 4/3

2/3 A 4/3 B

Pseudo-nMOS Gates
Design for unit current on output to compare with unit inverter. pMOS fights nMOS
Y inputs f

Inverter
gu gd gavg pu pd pavg = 4/3 = 4/9 = 8/9 = = =

NAND2
gu 2/3 g Y gd avg 8/3 pu pd 8/3 pavg = 8/3 = 8/9 = 16/9 = = =

NOR2
gu gd gavg Y pu 4/3 pd pavg = 4/3 = 4/9 = 8/9 = = =
7

2/3 Y A 4/3

A B

2/3 A 4/3 B

Pseudo-nMOS Gates
Design for unit current on output to compare with unit inverter. pMOS fights nMOS
Y inputs f

Inverter
gu gd gavg pu pd pavg = 4/3 = 4/9 = 8/9 = 6/3 = 6/9 = 12/9

NAND2
gu g Y gd avg 8/3 pu pd 8/3 pavg 2/3 A B = 8/3 = 8/9 = 16/9 = 10/3 = 10/9 = 20/9

NOR2
gu gd gavg Y pu 4/3 pd pavg = 4/3 = 4/9 = 8/9 = 10/3 = 10/9 = 20/9
8

2/3 Y A 4/3

2/3 A 4/3 B

Pseudo-nMOS Power
Pseudo-nMOS draws power whenever Y = 0 Called static power P = IVDD A few mA / gate * 1M gates would be a problem This is why nMOS went extinct! Use pseudo-nMOS sparingly for wide NORs Turn off pMOS when not in use
en Y A B C

Dynamic Logic
Dynamic gates uses a clocked pMOS pullup Two modes: precharge and evaluate
2 A 1 Static
Y

2/3 Y A 4/3 Y

1 Y 1

Pseudo-nMOS
Precharge

Dynamic
Evaluate Precharge

10

The Foot
What if pulldown network is ON during precharge? Use series evaluation transistor to prevent fight.
precharge transistor Y A foot
footed unfooted Y inputs f inputs f Y

11

Logical Effort
Inverter NAND2
1 Y Y A 1 gd pd = = A B 2 2 gd pd = = A 1 1 Y B 1 gd pd = =

NOR2

unfooted

1 Y A 2 2 gd pd = = A B

1 Y 3 3 3 gd pd = = A 2 1 Y B 2 2 gd pd = =

footed

12

Logical Effort
Inverter NAND2
1 Y Y A 1 gd pd = 1/3 = 2/3 A B 2 2 gd pd = 2/3 = 3/3 A 1 1 Y B 1 gd pd = 1/3 = 3/3

NOR2

unfooted

1 Y A 2 2 gd pd = 2/3 = 3/3 A B

1 Y 3 3 3 gd pd = 3/3 = 4/3 A 2 1 Y B 2 2 gd pd = 2/3 = 5/3

footed

13

Monotonicity
Dynamic gates require monotonically rising inputs during evaluation 0 -> 0 A 0 -> 1 1 -> 1 violates monotonicity But not 1 -> 0 during evaluation
A Y Output should rise but does not Precharge Evaluate Precharge

14

Monotonicity Woes
But dynamic gates produce monotonically falling outputs during evaluation Illegal for one dynamic gate to drive another!

A=1 A X X Y Precharge Evaluate Precharge

15

Monotonicity Woes
But dynamic gates produce monotonically falling outputs during evaluation Illegal for one dynamic gate to drive another!

A=1 A X X X monotonically falls during evaluation Y Y should rise but cannot Precharge Evaluate Precharge

16

Domino Gates
Follow dynamic stage with inverting static gate Dynamic / static pair is called domino gate Produces monotonic outputs
Precharge Evaluate Precharge

domino AND
W

W A B

X C

X Y Z

dynamic static NAND inverter


A B

W H C X

Y H Z = A B

X C

17

Domino Optimizations
Each domino gate triggers next one, like a string of dominos toppling over Gates evaluate sequentially but precharge in parallel Thus evaluation is more critical than precharge HI-skewed static stages can perform logic
S0 D0 S1 D1 S2 D2 S3 D3 H S4 D4 S5 D5 S6 D6 S7 D7 Y

18

Dual-Rail Domino
Domino only performs noninverting functions: AND, OR but not NAND, NOR, or XOR Dual-rail domino solves this problem Takes true and complementary inputs Produces true and complementary outputs
sig_h 0 0 1 1 sig_l 0 1 0 1 Meaning Precharged 0 1 invalid
19
Y_l inputs f f Y_h

Leakage
Dynamic node floats high during evaluation Transistors are leaky (IOFF 0) Dynamic value will leak away over time Formerly miliseconds, now nanoseconds! Use keeper to hold dynamic node Must be weak enough not to fight evaluation
weak keeper A 1 k 2 2 X H Y

20

Charge Sharing
Dynamic gates suffer from charge sharing

A B=0 x Cx
x

Y CY

A Y

21

Charge Sharing
Dynamic gates suffer from charge sharing

A B=0 x Cx
x

Y CY

A Y Charge sharing noise

Vx VY

22

Charge Sharing
Dynamic gates suffer from charge sharing

A B=0 x Cx
x

Y CY

A Y Charge sharing noise

CY Vx VY VDD C x CY

23

Secondary Precharge
Solution: add secondary precharge transistors Typically need to precharge every other node Big load capacitance CY helps as well
Y A B x secondary precharge transistor

24

Noise Sensitivity
Dynamic gates are very sensitive to noise Inputs: VIH Vtn Outputs: floating output susceptible noise Noise sources Capacitive crosstalk Charge sharing Power supply noise Feedthrough noise And more!

25

Domino Summary
Domino logic is attractive for high-speed circuits 1.5 2x faster than static CMOS But many challenges: Monotonicity Leakage Charge sharing Noise Widely used in high-performance microprocessors

26

Pass Transistor Circuits


Use pass transistors like switches to do logic Inputs drive diffusion terminals as well as gates CMOS + Transmission Gates: 2-input multiplexer Gates should be restoring
S A S B S Y B S
27

S A S Y

LEAP
LEAn integration with Pass transistors Get rid of pMOS transistors Use weak pMOS feedback to pull fully high Ratio constraint

S A S B L Y

28

CPL
Complementary Pass-transistor Logic Dual-rail form of pass transistor logic Avoids need for ratioed feedback Optional cross-coupling for rail-to-rail swing
S A S B S A S B L Y L Y

29

You might also like