ee141-fall 2007 alternate definition for write margin...

6
EE141 1 EECS141 1 Lecture #17 EE141 EE141- Fall 2007 Fall 2007 Digital Integrated Digital Integrated Circuits Circuits Lecture 17 Lecture 17 Decoders Decoders Ratioed Ratioed Logic Logic EE141 2 EECS141 2 Lecture #17 Announcements Announcements Homework #7 due Thursday Project phase 1 in lab this week and next Midterm 2 two weeks from today Covers up to next Tuesday’s lecture Midterm review: Fri. Nov. 2 nd ? EE141 3 EECS141 3 Lecture #17 Class Material Class Material Last lecture SRAM Today’s lecture Decoders Ratioed logic Reading (Chapters 12, 6) EE141 4 EECS141 4 Lecture #17 Alternate Definition for Write Margin Alternate Definition for Write Margin EE141 5 EECS141 5 Lecture #17 Decoders Decoders EE141 6 EECS141 6 Lecture #17 Memory Architecture: Decoders Memory Architecture: Decoders Word 0 Word 1 Word 2 Word N2 2 Word N2 1 Storage cell M bits M bits S 0 S 1 S 2 S N2 2 A 0 A 1 A K2 1 K = log 2 N S N2 1 Word 0 Word 1 Word 2 Word N2 2 Word N2 1 Storage cell S 0 Input-Output (M bits) Intuitive architecture for N x M memory Too many select signals: N words == N select signals K = log 2 N Decoder reduces the number of select signals Input-Output (M bits)

Upload: tranbao

Post on 17-Mar-2018

227 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: EE141-Fall 2007 Alternate Definition for Write Margin …bwrcs.eecs.berkeley.edu/Classes/icdesign/ee141_f07/...EE141 1 EECS141 Lecture #17 1 EE141-Fall 2007 Digital Integrated Circuits

EE1411

EECS141 1Lecture #17

EE141EE141--Fall 2007Fall 2007Digital Integrated Digital Integrated CircuitsCircuits

Lecture 17Lecture 17DecodersDecodersRatioedRatioed LogicLogic

EE1412

EECS141 2Lecture #17

AnnouncementsAnnouncementsHomework #7 due ThursdayProject phase 1 in lab this week and nextMidterm 2 two weeks from today

Covers up to next Tuesday’s lectureMidterm review: Fri. Nov. 2nd?

EE1413

EECS141 3Lecture #17

Class MaterialClass Material

Last lectureSRAM

Today’s lectureDecodersRatioed logic

Reading (Chapters 12, 6)

EE1414

EECS141 4Lecture #17

Alternate Definition for Write MarginAlternate Definition for Write Margin

EE1415

EECS141 5Lecture #17

DecodersDecoders

EE1416

EECS141 6Lecture #17

Memory Architecture: DecodersMemory Architecture: Decoders

Word 0

Word 1

Word 2

Word N2 2

Word N2 1

Storagecell

M bits M bits

N

w o rd s

S0

S1

S2

SN2 2

A 0

A 1

A K2 1

K = log2N

SN2 1

Word 0

Word 1

Word 2

Word N2 2

Word N2 1

Storagecell

S0

Input-Output(M bits)

Intuitive architecture for N x M memoryToo many select signals:

N words == N select signals K = log2NDecoder reduces the number of select signals

Input-Output(M bits)

D e c od er

Page 2: EE141-Fall 2007 Alternate Definition for Write Margin …bwrcs.eecs.berkeley.edu/Classes/icdesign/ee141_f07/...EE141 1 EECS141 Lecture #17 1 EE141-Fall 2007 Digital Integrated Circuits

EE1417

EECS141 7Lecture #17

Row DecodersRow DecodersCollection of 2M complex logic gatesOrganized in regular and dense fashion

(N)AND Decoder

NOR Decoder

EE1418

EECS141 8Lecture #17

Decoder Design ExampleDecoder Design Example

Look at decoder for 256x256 memory block (8KBytes)

EE1419

EECS141 9Lecture #17

Problem SetupProblem SetupGoal: Build fastest possible decoder with static CMOS logic

What we knowBasically need 256 AND gates, each one of them drives one word line

N=8

EE14110

EECS141 10Lecture #17

Problem Setup (1)Problem Setup (1)Each word line has 256 cells connected to itTotal output load is 256*Ccell + Cwire

Assume that decoder input capacitance is Caddress=4*Ccell

Each address drives 28/2 AND gatesA0 drives ½ of the gates, A0_b the other ½ of the gates

Neglecting Cwire, the fan-out on each one of the 16 address wires is: ( )8 8

13(2 / 2) 2

24

cellload

in cell

CCFC C

= = =

EE14111

EECS141 11Lecture #17

Decoder FanDecoder Fan--OutOutF of at least 213 means that we will want to use more than log4(213) = 6.5 stages to implement the AND8

Need many stages anyways, so should use as many gates as needed to minimize total LE of the AND8

As saw in HW#7, tree of 2-input gates gives lowest LE

EE14112

EECS141 12Lecture #17

Decoder StructureDecoder Structure

Using 2-input NAND gates8-input gate takes 6 stages

Total LE is (4/3)3 ≈ 2.4So PE is 2.4*213 – optimal N of ~7.1

Page 3: EE141-Fall 2007 Alternate Definition for Write Margin …bwrcs.eecs.berkeley.edu/Classes/icdesign/ee141_f07/...EE141 1 EECS141 Lecture #17 1 EE141-Fall 2007 Digital Integrated Circuits

EE14113

EECS141 13Lecture #17

Decoder So FarDecoder So Far256 8-input AND gates

Each built out of tree of NAND gatesand inverters

Issue:Every address line hasto drive 128 gates (andwire) right awayForces us to add buffers just to drive address inputs

EE14114

EECS141 14Lecture #17

Look Inside Each AND8 GateLook Inside Each AND8 Gate

EE14115

EECS141 15Lecture #17

PredecodersPredecodersUse a single gate for each of the shared terms

E.g., from A0, A0, A1, and A1, generate four signals: A0A1, A0A1, A0A1, A0A1

In other words, we are decoding smaller groups of address bits first

And using the “predecoded” outputs to do the rest of the decoding

EE14116

EECS141 16Lecture #17

Predecoder and DecoderPredecoder and DecoderA0 A1 A4 A5A2 A3

EE14117

EECS141 17Lecture #17

PredecoderPredecoder/Decoder Layout/Decoder Layout

EE14118

EECS141 18Lecture #17

Aside: Unmatched Decoder/Cell PitchAside: Unmatched Decoder/Cell Pitch

Page 4: EE141-Fall 2007 Alternate Definition for Write Margin …bwrcs.eecs.berkeley.edu/Classes/icdesign/ee141_f07/...EE141 1 EECS141 Lecture #17 1 EE141-Fall 2007 Digital Integrated Circuits

EE14119

EECS141 19Lecture #17

PredecodePredecode OptionsOptionsBack to our 256x256 memory exampleTwo options for predecoding:

EE14120

EECS141 20Lecture #17

PredecodePredecode Options (2)Options (2)Larger predecode usually better:More stages before the large wire capacitance

Decreases its effect on the circuit

Less capacitance switches

Lower powerEasier to fit 2-input gate into cell pitch

CL

1 161 16

256

4 to 16 predecoder

A0 A1 A2A3

A0A1A2A3

EE14121

EECS141 21Lecture #17

Decoder in Project Phase 1Decoder in Project Phase 1

SRAM Array

WL0

WL1

WL31

a4 a3 a4 a3a2 a1 a0

EN

a2

Cw CwCw

EE14122

EECS141 22Lecture #17

Decoder in Project Phase 1Decoder in Project Phase 1Because of wire capacitance from pre-decoder

Will have a fixed “side-load” on predecoderoutputsUse heuristic method we saw in HW#5 for sizing

EE14123

EECS141 23Lecture #17

Why Why ““EnEn”” Signal?Signal?

EE14124

EECS141 24Lecture #17

RatioedRatioed LogicLogic

Page 5: EE141-Fall 2007 Alternate Definition for Write Margin …bwrcs.eecs.berkeley.edu/Classes/icdesign/ee141_f07/...EE141 1 EECS141 Lecture #17 1 EE141-Fall 2007 Digital Integrated Circuits

EE14125

EECS141 25Lecture #17

RatioedRatioed LogicLogic

VDD

VSS

PDNIn1In2In3

F

RLLoad

VDD

VSS

In1In2In3

F

VDD

VSS

PDNIn1In2In3

FVSS

PDN

Resistive DepletionLoad

PMOSLoad

(a) resistive load (b) depletion load NMOS (c) pseudo-NMOS

VT < 0

Goal: build gates faster/smaller than staticcomplementary CMOS

EE14126

EECS141 26Lecture #17

Ratioed LogicRatioed LogicSpend power for speed

Use pseudo nMOS NOR gates, not NAND gates

DC characteristics:VOH = VDD

VOL depends on PMOS to NMOS ratio

W

WW W

EE14127

EECS141 27Lecture #17

PseudoPseudo--NMOS VTCNMOS VTC

0.0 0.5 1.0 1.5 2.0 2.50.0

0.5

1.0

1.5

2.0

2.5

3.0

Vin [V]

Vou

t[V

]

W/Lp = 4

W/Lp = 2

W/Lp = 1

W/Lp = 0.25

W/Lp = 0.5

EE14128

EECS141 28Lecture #17

Ratioed Logic LERatioed Logic LERising and falling delays aren’t the same

Calculate LE for the two edges separately

For tpLH:Cgate = WCG Cinv = (3/2)WCG LELH =

EE14129

EECS141 29Lecture #17

Ratioed Logic LE (pullRatioed Logic LE (pull--down edge)down edge)

What is LE for tpHL?Switch model would predict Reff = Rn||Rp

Would that give the right answer for LE?

EE14130

EECS141 30Lecture #17

Response on Falling EdgeResponse on Falling Edge

Time constant is smaller, but it takes more time to complete 50% VDD transient.

Rp actually takes some current away from discharging C

Rp

Rn C

vo(t)

0 1 2 3 40

0.5

1

vo(t)/VDD

t

Rp=Rn

Rp=2Rn

Rp=4RnRp=∞

CRpRnRpRn ⋅

+⋅=τ

τ/1)( t

DD

o eRpRn

RnRpRn

RnV

tv −⎟⎟⎠

⎞⎜⎜⎝

⎛+

−++

=

Page 6: EE141-Fall 2007 Alternate Definition for Write Margin …bwrcs.eecs.berkeley.edu/Classes/icdesign/ee141_f07/...EE141 1 EECS141 Lecture #17 1 EE141-Fall 2007 Digital Integrated Circuits

EE14131

EECS141 31Lecture #17

RatioedRatioed Logic PullLogic Pull--down Delaydown DelayThink in terms of the current driving Cload

When you have a conflict between currentsAvailable current is the difference between the twoIn pseudo-nMOS case:

(Works because Rp >> Rn for good noise margin)

( )1drive drive

1 RnR = R =1 1- Rn-Rn Rp Rp

EE14132

EECS141 32Lecture #17

Ratioed Logic LE (pullRatioed Logic LE (pull--down edge)down edge)

For tpHL (assuming Rsqp = 2Rsqn):Rgate = Rn/(1-Rn/Rp) = 2Rn Rinv = Rn

Cgate = WCG Cinv = 3WCG

LEHL = LE is lower than an inverter!

But have static power dissipation…

W

WW W

2W

W

EE14133

EECS141 33Lecture #17

Improved Loads (2)Improved Loads (2)VDD

VSS

F

Out

VDD

VSS

F_b

Out

AABB

M1 M2

Differential Cascode Voltage Switch Logic (DCVSL)

EE14134

EECS141 34Lecture #17

DCVSL Transient ResponseDCVSL Transient Response

0 0.2 0.4 0.6 0.8 1.0-0.5

0.5

1.5

2.5

Time [ns]

Vol

tage

[V] A B

A B

A,BA,B

EE14135

EECS141 35Lecture #17

DCVSL Example1DCVSL Example1

EE14136

EECS141 36Lecture #17

DCVSL Example2DCVSL Example2

B

A A

B B B

Out

Out

XOR-NXOR gate