designing static cmos logic circuits

65
EE141 1 t Brewer and © Digital Integrated Circuits 2nd Combinational Circu Designing Static CMOS Designing Static CMOS Logic Circuits Logic Circuits

Upload: brian-russo

Post on 31-Dec-2015

368 views

Category:

Documents


23 download

DESCRIPTION

Designing Static CMOS Logic Circuits. At every point in time (except during the switching. transients) each gate output is connected to either. V. or. V. via a low-resistive path. DD. ss. The outputs of the gates assume at all times the value. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Designing Static CMOS Logic Circuits

EE1411

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Designing Static CMOSDesigning Static CMOSLogic CircuitsLogic Circuits

Page 2: Designing Static CMOS Logic Circuits

EE1412

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Static CMOS CircuitsStatic CMOS Circuits

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).

Page 3: Designing Static CMOS Logic Circuits

EE1413

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Static Complementary CMOSStatic Complementary CMOS

VDD

F(In1,In2,…InN)

In1In2

InN

In1In2

InN

PUN

PDN

PMOS only

NMOS only

PUN and PDN are logically dual logic networks…

Page 4: Designing Static CMOS Logic Circuits

EE1414

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

NMOS Transistors NMOS Transistors in Series/Parallel Connectionin Series/Parallel Connection

Transistors can be thought as a switch controlled by its gate signal

NMOS switch closes when switch control input is high

X Y

A B

Y = X if A and B

X Y

A

B Y = X if A OR B

NMOS Transistors pass a “strong” 0 but a “weak” 1

Page 5: Designing Static CMOS Logic Circuits

EE1415

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

PMOS Transistors PMOS Transistors in Series/Parallel Connectionin Series/Parallel Connection

X Y

A B

Y = X if A AND B = A + B

X Y

A

B Y = X if A OR B = AB

PMOS Transistors pass a “strong” 1 but a “weak” 0

PMOS switch closes when switch control input is low

Page 6: Designing Static CMOS Logic Circuits

EE1416

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Threshold DropsThreshold DropsVDD

VDD 0PDN

0 VDD

CL

CL

PUN

VDD

0 VDD - VTn

CL

VDD

VDD

VDD |VTp|

CL

S

D S

D

VGS

S

SD

D

VGS

Page 7: Designing Static CMOS Logic Circuits

EE1417

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Complementary CMOS Logic StyleComplementary CMOS Logic Style

Page 8: Designing Static CMOS Logic Circuits

EE1418

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Example Gate: NANDExample Gate: NAND

Page 9: Designing Static CMOS Logic Circuits

EE1419

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Example Gate: NORExample Gate: NOR

Page 10: Designing Static CMOS Logic Circuits

EE14110

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Complex CMOS GateComplex CMOS Gate

OUT = D + A • (B + C)

D

A

B C

D

A

B

C

Page 11: Designing Static CMOS Logic Circuits

EE14111

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Constructing a Complex GateConstructing a Complex Gate

Logic Dual need not be Series/Parallel Dual In general, many logical dual exist, need to

choose one with best characteristics Use Karnaugh-Map to find good duals

Goal: find 0-cover and 1-cover with best parasitic or layout properties

Maximize connections to power/ground Place critical transistors closest to output node

Page 12: Designing Static CMOS Logic Circuits

EE14112

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Example: Carry GateExample: Carry Gate

F = (ab+bc+ac)’ Carry ‘c’ is critical Factor c out: F=(ab+c(a+b))’ 0-cover is n-pd 1-cover is p-pu

C C’

AB 0 0

AB’ 0 1

A’B’ 1 1

A’B 0 1

Page 13: Designing Static CMOS Logic Circuits

EE14113

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Example: Carry Gate (2)Example: Carry Gate (2)

Pull Down is easy Order by maximizing

connections to ground and critical transistors

For pull up – Might guess series dual– would guess wrong

a

b

c

a b

f'

Page 14: Designing Static CMOS Logic Circuits

EE14114

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Example: Carry Gate (3)Example: Carry Gate (3)

Series/Parallel Dual 3-series transistors 2 connections to

Vdd 7 floating capacitors

a b

c a

b

f'

Page 15: Designing Static CMOS Logic Circuits

EE14115

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Example: Carry Gate (4)Example: Carry Gate (4)

Pull Up from 1 cover of Kmap Get a’b’+a’c’+b’c’ Factor c’ out

3 connections to Vdd

2 series transistors Co-Euler path layout Moral: Use Kmap!

c

a ba

b

f'

Page 16: Designing Static CMOS Logic Circuits

EE14116

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Cell DesignCell 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

Page 17: Designing Static CMOS Logic Circuits

EE14117

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Standard Cell Layout Standard Cell Layout Methodology – 1980sMethodology – 1980s

signals

Routingchannel

VDD

GND

Page 18: Designing Static CMOS Logic Circuits

EE14118

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Standard Cell Layout Standard Cell Layout Methodology – 1990sMethodology – 1990s

M2

No Routingchannels

VDD

GNDM3

VDD

GND

Mirrored Cell

Mirrored Cell

Page 19: Designing Static CMOS Logic Circuits

EE14119

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Standard CellsStandard Cells

Cell boundary

N Well

Cell height 12 metal tracksMetal track is approx. 3 + 3Pitch = repetitive distance between objects

Cell height is “12 pitch”

2

Rails ~10

InOut

VDD

GND

Page 20: Designing Static CMOS Logic Circuits

EE14120

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Standard CellsStandard Cells

InOut

VDD

GND

In Out

VDD

GND

With silicided diffusion

With minimaldiffusionrouting

OutIn

VDD

M2

M1

Page 21: Designing Static CMOS Logic Circuits

EE14121

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Standard CellsStandard Cells

A

Out

VDD

GND

B

2-input NAND gate

B

VDD

A

Page 22: Designing Static CMOS Logic Circuits

EE14122

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Stick DiagramsStick Diagrams

Contains no dimensionsRepresents relative positions of transistors

In

Out

VDD

GND

Inverter

A

Out

VDD

GNDB

NAND2

Page 23: Designing Static CMOS Logic Circuits

EE14123

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Stick DiagramsStick Diagrams

C

A B

X = C • (A + B)

B

AC

i

j

j

VDDX

X

i

GND

AB

C

PUN

PDNABC

Logic Graph

Page 24: Designing Static CMOS Logic Circuits

EE14124

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Two Versions of C Two Versions of C •• (A + B) (A + B)

X

CA B A B C

X

VDD

GND

VDD

GND

Page 25: Designing Static CMOS Logic Circuits

EE14125

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Consistent Euler PathConsistent Euler Path

j

VDDX

X

i

GND

AB

C

A B C

Page 26: Designing Static CMOS Logic Circuits

EE14126

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

OAI22 Logic GraphOAI22 Logic Graph

C

A B

X = (A+B)•(C+D)

B

A

D

VDDX

X

GND

AB

C

PUN

PDN

C

D

D

ABCD

Page 27: Designing Static CMOS Logic Circuits

EE14127

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Example: x = ab+cdExample: x = ab+cd

GND

x

a

b c

d

VDDx

GND

x

a

b c

d

VDDx

(a) Logic graphs for (ab+cd) (b) Euler Paths {a b c d}

a c d

x

VDD

GND

(c) stick diagram for ordering {a b c d}

b

Page 28: Designing Static CMOS Logic Circuits

EE14128

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Properties of Complementary CMOS Properties of Complementary CMOS Gates SnapshotGates Snapshot

High noise margins:

VOH and VOL are at VDD and GND, respectively.

No static power consumption:

There never exists a direct path between VDD and

VSS (GND) in steady-state mode.

Comparable rise and fall times:

(under appropriate sizing conditions)

Page 29: Designing Static CMOS Logic Circuits

EE14129

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

CMOS PropertiesCMOS 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

Page 30: Designing Static CMOS Logic Circuits

EE14130

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Switch Delay ModelSwitch Delay Model

A

Req

A

Rp

A

Rp

A

Rn CL

A

CL

B

Rn

A

Rp

B

Rp

A

Rn Cint

B

Rp

A

Rp

A

Rn

B

Rn CL

Cint

NAND2 INVNOR2

Page 31: Designing Static CMOS Logic Circuits

EE14131

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Input Pattern Effects on DelayInput 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

CL

B

Rn

A

Rp

B

Rp

A

Rn Cint

Page 32: Designing Static CMOS Logic Circuits

EE14132

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Delay Dependence on Input PatternsDelay Dependence on Input Patterns

-0.5

0

0.5

1

1.5

2

2.5

3

0 100 200 300 400

A=B=10

A=1, B=10

A=1 0, B=1

time [ps]

Vo

ltage

[V]

Input Data

Pattern

Delay

(psec)

A=B=01 67

A=1, B=01 64

A= 01, B=1 61

A=B=10 45

A=1, B=10 80

A= 10, B=1 81

NMOS = 0.5m/0.25 mPMOS = 0.75m/0.25 mCL = 100 fF

Page 33: Designing Static CMOS Logic Circuits

EE14133

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Transistor SizingTransistor Sizing

CL

B

Rn

A

Rp

B

Rp

A

Rn Cint

B

Rp

A

Rp

A

Rn

B

Rn CL

Cint

2

2

2 2

11

4

4

Page 34: Designing Static CMOS Logic Circuits

EE14134

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Multi-Fingered TransistorsMulti-Fingered Transistors

One finger Two fingers (folded)

Less diffusion capacitance

Page 35: Designing Static CMOS Logic Circuits

EE14135

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Transistor Sizing a Complex Transistor Sizing a Complex CMOS GateCMOS Gate

OUT = D + A • (B + C)

D

A

B C

D

A

B

C

1

2

2 2

4

4

8

8

6

3

6

6

Page 36: Designing Static CMOS Logic Circuits

EE14136

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Fan-In ConsiderationsFan-In Considerations

DCBA

D

C

B

A CL

C3

C2

C1

Distributed RC model (Elmore delay)

tpHL = 0.69 Reqn(C1+2C2+3C3+4CL)

Propagation delay deteriorates rapidly as a function of fan-in – quadratically in the worst case.

Page 37: Designing Static CMOS Logic Circuits

EE14137

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

ttpp as a Function of Fan-In as a Function of Fan-In

tpLH

t p (

pse

c)

fan-in

Gates with a fan-in greater than 4 should be avoided.

0

250

500

750

1000

1250

2 4 6 8 10 12 14 16

tpHL

quadratic

linear

tp

Page 38: Designing Static CMOS Logic Circuits

EE14138

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

ttpp as a Function of Fan-Out as a Function of Fan-Out

2 4 6 8 10 12 14 16

tpNOR2

t p (

pse

c)

eff. fan-out

All gates have the same drive current.

tpNAND2

tpINV

Slope is a function of “driving strength”

Page 39: Designing Static CMOS Logic Circuits

EE14139

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

ttpp as a Function of Fan-In and Fan- as a Function of Fan-In and Fan-

OutOut

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

Page 40: Designing Static CMOS Logic Circuits

EE14140

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Practical OptimizationPractical Optimization

The previous arguments regarding tp raise the question – why build nor at all? Criticality is not a path– but a transition so it is usually only

on rising or falling (but not both) NOR forms have bad pull-up but good pull down NAND forms have bad pull-down but good pull up Determine the critical transition(s) and design for them–

using Elmore or Simulation on the appropriate edge only! Logical Effort presupposes uniform rise and fall times, so

good in general, but can be beat

Static Timing Analyzers nearly always get this wrong!

Page 41: Designing Static CMOS Logic Circuits

EE14141

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Fast Complex Gates:Fast Complex Gates:Design Technique 1Design Technique 1 Transistor sizing

as long as fan-out capacitance dominates Progressive sizing

InN CL

C3

C2

C1In1

In2

In3

M1

M2

M3

MNDistributed RC line

M1 > M2 > M3 > … > MN (the fet closest to the output is the smallest)

Can reduce delay by more than 20%; decreasing gains as technology shrinks

Page 42: Designing Static CMOS Logic Circuits

EE14142

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Fast Complex Gates:Fast Complex Gates:Design Technique 2Design Technique 2

Transistor ordering

C2

C1In1

In2

In3

M1

M2

M3 CL

C2

C1In3

In2

In1

M1

M2

M3 CL

critical path critical path

charged1

01charged

charged1

delay determined by time to discharge CL, C1 and C2

delay determined by time to discharge CL

1

1

01 charged

discharged

discharged

Page 43: Designing Static CMOS Logic Circuits

EE14143

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Fast Complex Gates:Fast Complex Gates:Design Technique 3Design Technique 3

Alternative logic structures

F = ABCDEFGH

Page 44: Designing Static CMOS Logic Circuits

EE14144

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Fast Complex Gates:Fast Complex Gates:Design Technique 4Design Technique 4

Isolating fan-in from fan-out using buffer insertion

CLCL

Page 45: Designing Static CMOS Logic Circuits

EE14145

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Fast Complex Gates:Fast Complex Gates:Design Technique 5Design Technique 5

Reducing the voltage swing

linear reduction in delay also reduces power consumption

But the following gate may be much slower! Large fan-in/fan-out requires use of “sense

amplifiers” to restore the signal (memory)

tpHL = 0.69 (3/4 (CL VDD)/ IDSATn )

= 0.69 (3/4 (CL Vswing)/ IDSATn )

Page 46: Designing Static CMOS Logic Circuits

EE14146

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Sizing Logic Paths for SpeedSizing 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 Intel’s

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?

Page 47: Designing Static CMOS Logic Circuits

EE14147

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Buffer ExampleBuffer Example

N

iiii fgpDelay

1

For given N: Ci+1/Ci = Ci/Ci-1

To find N: Ci+1/Ci ~ 4How to generalize this to any logic path?

CL

In Out

1 2 N

(in units of inv)

Page 48: Designing Static CMOS Logic Circuits

EE14148

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Logical EffortLogical Effort

fgp

C

CCRkDelay

in

Lunitunit

1

p – intrinsic delay (3kRunitCunit) - 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 inv

(everything is measured in unit delays inv)Assume = 1.

Page 49: Designing Static CMOS Logic Circuits

EE14149

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Delay in a Logic GateDelay 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 sizingEffective fanout (electrical effort) is a function of load/gate size

Page 50: Designing Static CMOS Logic Circuits

EE14150

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Logical EffortLogical 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

Page 51: Designing Static CMOS Logic Circuits

EE14151

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Logical EffortLogical EffortLogical effort is the ratio of input capacitance of a gate to the inputcapacitance of an inverter with the same output current

g = 1 g = 4/3 g = 5/3

B

A

A B

F

VDDVDD

A B

A

B

F

VDD

A

A

F

1

2 2 2

2

2

1 1

4

4

Inverter 2-input NAND 2-input NOR

Page 52: Designing Static CMOS Logic Circuits

EE14152

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Logical Effort of GatesLogical Effort of Gates

Fan-out (h)

Nor

mal

ized

del

ay (

d)

t

1 2 3 4 5 6 7

pINVt pNAND

F(Fan-in)

g =p =d =

g =p =d =

Page 53: Designing Static CMOS Logic Circuits

EE14153

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Logical Effort of GatesLogical Effort of Gates

Fan-out (h)

Nor

mal

ized

del

ay (

d)

t

1 2 3 4 5 6 7

pINVt pNAND

F(Fan-in)

g = 1p = 1d = h+1

g = 4/3p = 2d = (4/3)h+2

Page 54: Designing Static CMOS Logic Circuits

EE14154

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Add Branching EffortAdd Branching Effort

Branching effort:

pathon

pathoffpathon

C

CCb

Page 55: Designing Static CMOS Logic Circuits

EE14155

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Multistage NetworksMultistage Networks

Stage effort: hi = gifi

Path electrical effort: F = Cout/Cin

Path logical effort: G = g1g2…gN

Branching effort: B = b1b2…bN

Path effort: H = GFB

Path delay D = di = pi + hi

N

iiii fgpDelay

1

Page 56: Designing Static CMOS Logic Circuits

EE14156

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Optimum Effort per StageOptimum Effort per Stage

HhN

When each stage bears the same effort:

N Hh

PNHpfgD Niii /1ˆ

Minimum path delay

Effective fanout of each stage: ii ghf

Stage efforts: g1f1 = g2f2 = … = gNfN

Page 57: Designing Static CMOS Logic Circuits

EE14157

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Optimal Number of StagesOptimal Number of Stages

For a given load, and given input capacitance of the first gateFind optimal number of stages and optimal sizing

invN NpNHD /1

0ln /1/1/1

invNNN pHHH

N

D

NHhˆ/1Substitute ‘best stage effort’

Page 58: Designing Static CMOS Logic Circuits

EE14158

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Logical EffortLogical Effort

From Sutherland, Sproull

Page 59: Designing Static CMOS Logic Circuits

EE14159

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Method of Logical EffortMethod 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 = Cout*g/f

Reference: Sutherland, Sproull, Harris, “Logical Effort, Morgan-Kaufmann 1999.

Page 60: Designing Static CMOS Logic Circuits

EE14160

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Example: Optimize PathExample: Optimize Path

Effective fanout, F =G = H =h =a =b =

g = 1f = a

g = 5/3f = b/a

g = 5/3f = c/b

g = 1f = 5/c

1

a b c

5

Page 61: Designing Static CMOS Logic Circuits

EE14161

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Example: Optimize PathExample: Optimize Path

g = 1f = a

g = 5/3f = b/a

g = 5/3f = c/b

g = 1f = 5/c

Effective fanout, F = 5G = 25/9H = 125/9 = 13.9h = 1.93a = 1.93b = ha/g2 = 2.23c = hb/g3 = 5g4/f = 2.59

1

a b c

5

Page 62: Designing Static CMOS Logic Circuits

EE14162

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Example: Optimize PathExample: Optimize Path

1

a b c

5

Effective fanout, H = 5G = 25/9F = 125/9 = 13.9f = 1.93a = 1.93b = fa/g2 = 2.23c = fb/g3 = 5g4/f = 2.59

g1 = 1 g2 = 5/3 g3 = 5/3 g4 = 1

Page 63: Designing Static CMOS Logic Circuits

EE14163

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Example – 8-input ANDExample – 8-input AND

Page 64: Designing Static CMOS Logic Circuits

EE14164

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

SummarySummary

Sutherland,SproullHarris

Page 65: Designing Static CMOS Logic Circuits

EE14165

© Forrest Brewer and © Digital Integrated Circuits2ndCombinational Circuits

Homework 5Homework 51. Using the Carry cell design from earlier homework, optimally size the

carry propagate chain for a 16-bit adder to minimize worst case delay where Cin is driven by a 1u/0.6u inverter and Cout drives a fanout of 4 such loads. (use logic effort, show your work!)

2. For the problems below, use parameters from class for 0.5um and use 2x voltages as applicable. Chap 5: problems: 4, 7, 8, 15

3. Chap 6, problems: 2, 4, 5, 7

4. Design the parity tree: c = a xor b xor c xor d in Complementary Pass Transistor Logic, insert inverters to restore the output swing – Given input drive from an inverter stage, and an inverter every 2 stages of logic, and inverter output restore, estimate the propagation time for devices using the AMI 0.5um model.

New (digital) AMI model (for minimum length only!):

n-channel: VT=0.77, =0.03, Vsat=1.56V, k=32A/V2

p-channel: VT=-0.95, =0.03 Vsat=2.8V, k=-16A/V2