03 memory structures

59
CTD – Master CANS 1 Memory Structures Ramon Canal CTD – Master CANS Slides based on:Introduction to CMOS VLSI Design. D. Harris

Upload: akshan-loner

Post on 21-Feb-2015

324 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: 03 Memory Structures

CTD – Master CANS 1

Memory Structures

Ramon CanalCTD – Master CANS

Slides based on:Introduction to CMOS VLSI Design. D. Harris

Page 2: 03 Memory Structures

CTD – Master CANS 2

Outline• Memory Arrays• SRAM Architecture

– SRAM Cell– Decoders– Column Circuitry– Multiple Ports

• Serial Access Memories

Page 3: 03 Memory Structures

CTD – Master CANS 3

Memory ArraysMemory Arrays

Random Access Memory Serial Access Memory Content Addressable Memory(CAM)

Read/Write Memory(RAM)

(Volatile)

Read Only Memory(ROM)

(Nonvolatile)

Static RAM(SRAM)

Dynamic RAM(DRAM)

Shift Registers Queues

First InFirst Out(FIFO)

Last InFirst Out(LIFO)

Serial InParallel Out

(SIPO)

Parallel InSerial Out

(PISO)

Mask ROM ProgrammableROM

(PROM)

ErasableProgrammable

ROM(EPROM)

ElectricallyErasable

ProgrammableROM

(EEPROM)

Flash ROM

Page 4: 03 Memory Structures

CTD – Master CANS 4

Array Architecture• 2n words of 2m bits each• If n >> m, fold by 2k into fewer rows of more columns

• Good regularity – easy to design• Very high density if good cells are used

row decoder

columndecoder

n

n-kk

2m bits

columncircuitry

bitline conditioning

memory cells:2n-k rows x2m+k columns

bitlines

wordlines

Page 5: 03 Memory Structures

CTD – Master CANS 5

12T SRAM Cell• Basic building block: SRAM Cell

– Holds one bit of information, like a latch– Must be read and written

• 12-transistor (12T) SRAM cell– Use a simple latch connected to bitline– 46 x 75 λ unit cell

bit

write

write_b

read

read_b

Page 6: 03 Memory Structures

CTD – Master CANS 6

6T SRAM Cell• Cell size accounts for most of array size

– Reduce cell size at expense of complexity• 6T SRAM Cell

– Used in most commercial chips– Data stored in cross-coupled inverters

• Read:– Precharge bit, bit_b– Raise wordline

• Write:– Drive data onto bit, bit_b– Raise wordline

bit bit_b

word

Page 7: 03 Memory Structures

CTD – Master CANS 7

SRAM Read• Precharge both bitlines high• Then turn on wordline• One of the two bitlines will be pulled down by the cell• Ex: A = 0, A_b = 1

– bit discharges, bit_b stays high– But A bumps up slightly

• Read stability– A must not flip

bit bit_b

N1

N2P1

A

P2

N3

N4

A_b

word

0.0

0.5

1.0

1.5

0 100 200 300 400 500 600time (ps)

word bit

A

A_b bit_b

Page 8: 03 Memory Structures

CTD – Master CANS 8

SRAM Read• Precharge both bitlines high• Then turn on wordline• One of the two bitlines will be pulled down by the cell• Ex: A = 0, A_b = 1

– bit discharges, bit_b stays high– But A bumps up slightly

• Read stability– A must not flip– N1 >> N2

bit bit_b

N1

N2P1

A

P2

N3

N4

A_b

word

0.0

0.5

1.0

1.5

0 100 200 300 400 500 600time (ps)

word bit

A

A_b bit_b

Page 9: 03 Memory Structures

CTD – Master CANS 9

SRAM Write• Drive one bitline high, the other low• Then turn on wordline• Bitlines overpower cell with new value• Ex: A = 0, A_b = 1, bit = 1, bit_b = 0

– Force A_b low, then A rises high

• Writability– Must overpower feedback inverter

time (ps)

word

A

A_b

bit_b

0.0

0.5

1.0

1.5

0 100 200 300 400 500 600 700

bit bit_b

N1

N2P1

A

P2

N3

N4

A_b

word

Page 10: 03 Memory Structures

CTD – Master CANS 10

SRAM Write• Drive one bitline high, the other low• Then turn on wordline• Bitlines overpower cell with new value• Ex: A = 0, A_b = 1, bit = 1, bit_b = 0

– Force A_b low, then A rises high

• Writability– Must overpower feedback inverter– N2 >> P1

time (ps)

word

A

A_b

bit_b

0.0

0.5

1.0

1.5

0 100 200 300 400 500 600 700

bit bit_b

N1

N2P1

A

P2

N3

N4

A_b

word

Page 11: 03 Memory Structures

CTD – Master CANS 11

SRAM Sizing• High bitlines must not overpower inverters during reads• But low bitlines must write new value into cell

bit bit_b

med

A

weak

strong

med

A_b

word

Page 12: 03 Memory Structures

CTD – Master CANS 12

SRAM Column ExampleRead Write

H H

SRAM Cell

word_q1

bit_v1f

bit_b_v1f

out_v1rout_b_v1r

φ1

φ2

word_q1

bit_v1f

out_v1r

φ2

MoreCells

Bitline Conditioning

φ2

MoreCells

SRAM Cell

word_q1

bit_v1f

bit_b_v1f

data_s1

write_q1

Bitline Conditioning

Page 13: 03 Memory Structures

CTD – Master CANS 13

SRAM Layout

• Cell size is critical: 26 x 45 λ (even smaller in industry)• Tile cells sharing VDD, GND, bitline contacts

VDD

GND GNDBIT BIT_B

WORD

Cell boundary

Page 14: 03 Memory Structures

CTD – Master CANS 14

Periphery

DecodersSense AmplifiersInput/Output BuffersControl / Timing Circuitry

Page 15: 03 Memory Structures

CTD – Master CANS 15

Decoders• n:2n decoder consists of 2n n-input AND gates

– One needed for each row of memory– Build AND from NAND or NOR gates

Static CMOS Pseudo-nMOS

word0

word1

word2

word3

A0A1

A1word

A0 1 1

1/2

2

4

8

16word

A0

A1

11

11

4

8

word0

word1

word2

word3

A0A1

Page 16: 03 Memory Structures

CTD – Master CANS 16

Decoder Layout• Decoders must be pitch-matched to SRAM cell

– Requires very skinny gates

GND

VDD

word

buffer inverterNAND gate

A0A0A1A2A3 A2A3 A1

Page 17: 03 Memory Structures

CTD – Master CANS 17

Large Decoders• For n > 4, NAND gates become slow

– Break large gates into multiple smaller gates

word0

word1

word2

word3

word15

A0A1A2A3

Page 18: 03 Memory Structures

CTD – Master CANS 18

Predecoding• Many of these gates are redundant

– Factor out commongates into predecoder

– Saves area– Same path effort

A0

A1

A2

A3

word1

word2

word3

word15

word0

1 of 4 hotpredecoded lines

predecoders

Page 19: 03 Memory Structures

CTD – Master CANS 19

Periphery

DecodersSense AmplifiersInput/Output BuffersControl / Timing Circuitry

Page 20: 03 Memory Structures

CTD – Master CANS 20

Sense Amplifiers

tpC ΔV⋅

Iav----------------=

make ΔV as smallas possible

smalllarge

Idea: Use Sense Amplifer

outputinput

s.a.smalltransition

Page 21: 03 Memory Structures

CTD – Master CANS 21

Sense Amplifiers• Bitlines have many cells attached

– Ex: 32-kbit SRAM has 256 rows x 128 cols– 128 cells on each bitline

• tpd ∝ (C/I) ΔV– Even with shared diffusion contacts, 64C of diffusion

capacitance (big C)– Discharged slowly through small transistors (small I)

• Sense amplifiers are triggered on small voltage swing (reduce ΔV)

Page 22: 03 Memory Structures

CTD – Master CANS 22

Differential Pair Amp• Differential pair requires no clock• But always dissipates static power

bit bit_bsense_b sense

N1 N2

N3

P1 P2

Page 23: 03 Memory Structures

CTD – Master CANS 23

Clocked Sense Amp• Clocked sense amp saves power• Requires sense_clk after enough bitline swing• Isolation transistors cut off large bitline capacitance

bit_bbit

sense sense_b

sense_clk isolationtransistors

regenerativefeedback

Page 24: 03 Memory Structures

CTD – Master CANS 24

Periphery

DecodersSense AmplifiersInput/Output BuffersControl / Timing Circuitry

Page 25: 03 Memory Structures

CTD – Master CANS 25

Column Circuitry• Some circuitry is required for each column

– Bitline conditioning– Column multiplexing

Page 26: 03 Memory Structures

CTD – Master CANS 26

Bitline Conditioning• Precharge bitlines high before reads

• Equalize bitlines to minimize voltage difference when using sense amplifiers

φbit bit_b

φ

bit bit_b

Page 27: 03 Memory Structures

CTD – Master CANS 27

Twisted Bitlines• Sense amplifiers also amplify noise

– Coupling noise is severe in modern processes– Try to couple equally onto bit and bit_b– Done by twisting bitlines

b0 b0_b b1 b1_b b2 b2_b b3 b3_b

Page 28: 03 Memory Structures

CTD – Master CANS 28

Column Multiplexing• Recall that array may be folded for good aspect ratio• Ex: 2 kword x 16 folded into 256 rows x 128 columns

– Must select 16 output bits from the 128 columns– Requires 16 8:1 column multiplexers

Page 29: 03 Memory Structures

CTD – Master CANS 29

Tree Decoder Mux• Column mux can use pass transistors

– Use nMOS only, precharge outputs

• One design is to use k series transistors for 2k:1 mux– No external decoder logic needed

B0 B1 B2 B3 B4 B5 B6 B7 B0 B1 B2 B3 B4 B5 B6 B7A0

A0

A1

A1

A2

A2

Y Yto sense amps and write circuits

Page 30: 03 Memory Structures

CTD – Master CANS 30

Single Pass-Gate Mux• Or eliminate series transistors with separate decoder

A0A1

B0 B1 B2 B3

Y

Page 31: 03 Memory Structures

CTD – Master CANS 31

Ex: 2-way Muxed SRAM

MoreCells

word_q1

write0_q1

φ2

MoreCells

A0

A0

φ2

data_v1

write1_q1

Page 32: 03 Memory Structures

CTD – Master CANS 32

Multiple Ports• We have considered single-ported SRAM

– One read or one write on each cycle

• Multiported SRAM are needed for register files• Examples:

– Multicycle MIPS must read two sources or write a result on some cycles

– Pipelined MIPS must read two sources and write a third result each cycle

– Superscalar MIPS must read and write many sources and results each cycle

Page 33: 03 Memory Structures

CTD – Master CANS 33

Memory configuratons

Multiported memoriesCAM MemoriesSerial Access, Queues

Page 34: 03 Memory Structures

CTD – Master CANS 34

Dual-Ported SRAM• Simple dual-ported SRAM

– Two independent single-ended reads– Or one differential write

• Do two reads and one write by time multiplexing– Read during ph1, write during ph2

bit bit_b

wordBwordA

Page 35: 03 Memory Structures

CTD – Master CANS 35

Multi-Ported SRAM• Adding more access transistors hurts read stability• Multiported SRAM isolates reads from state node• Single-ended design minimizes number of bitlines

bA

wordBwordA

wordDwordC

wordFwordE

wordG

bB bC

writecircuits

readcircuits

bD bE bF bG

Page 36: 03 Memory Structures

CTD – Master CANS 36

Memory configuratons

Multiported memoriesCAM MemoriesSerial Access, Queues

Page 37: 03 Memory Structures

CTD – Master CANS 37

Contents-Addressable Memory

A d d r e s s D e c o d e r

I / O B u f f e r s

C o m m a n d s

2

9

V a l i d i t y B i t s

P r i o r i t y E n c o d e r

A d d r e s s D e c o d e r

I / O B u f f e r s

C o m m a n d s

2

9

V a l i d i t y B i t s

P r i o r i t y E n c o d e r

Add

ress

Dec

oder

Data (64 bits)

I/O B

uffe

rs

Comparand

CAM Array29 words 3 64 bits

Mask

Control Logic R/W Address (9 bits)

Com

man

ds

29 Val

idity

Bits

Prio

rity

Enc

oder

Page 38: 03 Memory Structures

CTD – Master CANS 38

Memory configuratons

Multiported memoriesCAM MemoriesSerial Access, Queues

Page 39: 03 Memory Structures

CTD – Master CANS 39

Serial Access Memories• Serial access memories do not use an address

– Shift Registers– Tapped Delay Lines– Serial In Parallel Out (SIPO)– Parallel In Serial Out (PISO)– Queues (FIFO, LIFO)

Page 40: 03 Memory Structures

CTD – Master CANS 40

Shift Register• Shift registers store and delay data• Simple design: cascade of registers

– Watch your hold times!

clk

Din Dout8

Page 41: 03 Memory Structures

CTD – Master CANS 41

Denser Shift Registers• Flip-flops aren’t very area-efficient• For large shift registers, keep data in SRAM instead• Move read/write pointers to RAM rather than data

– Initialize read address to first entry, write to last– Increment address on each cycle

Din

Dout

clk

counter counterreset

00...00

11...11

readaddr

writeaddr

dual-portedSRAM

Page 42: 03 Memory Structures

CTD – Master CANS 42

Tapped Delay Line• A tapped delay line is a shift register with a

programmable number of stages• Set number of stages with delay controls to mux

– Ex: 0 – 63 stages of delay

SR

32

clk

Din

delay5

SR

16

delay4

SR

8

delay3S

R4

delay2

SR

2

delay1

SR

1

delay0

Dout

Page 43: 03 Memory Structures

CTD – Master CANS 43

Serial In Parallel Out• 1-bit shift register reads in serial data

– After N steps, presents N-bit parallel output

clk

P0 P1 P2 P3

Sin

Page 44: 03 Memory Structures

CTD – Master CANS 44

Parallel In Serial Out• Load all N bits in parallel when shift = 0

– Then shift one bit out per cycle

clkshift/load

P0 P1 P2 P3

Sout

Page 45: 03 Memory Structures

CTD – Master CANS 45

Queues• Queues allow data to be read and written at different

rates.• Read and write each use their own clock, data• Queue indicates whether it is full or empty• Build with SRAM and read/write counters (pointers)

Queue

WriteClk

WriteData

FULL

ReadClk

ReadData

EMPTY

Page 46: 03 Memory Structures

CTD – Master CANS 46

FIFO, LIFO Queues• First In First Out (FIFO)

– Initialize read and write pointers to first element– Queue is EMPTY– On write, increment write pointer– If write almost catches read, Queue is FULL– On read, increment read pointer

• Last In First Out (LIFO)– Also called a stack– Use a single stack pointer for read and write

Page 47: 03 Memory Structures

CTD – Master CANS 47

Other considerations

Leakage controlRedundancyFlash Memories

Page 48: 03 Memory Structures

CTD – Master CANS 48

Suppressing Leakage in SRAM

SRAMcell

SRAMcell

SRAMcell

VDD,int

VDDVDD VDDL

VSS,int

sleep

sleep

SRAMcell

SRAMcell

SRAMcell

VDD,int

sleep

low-threshold transistor

Reducing the supply voltageReducing the supply voltageInserting Extra ResistanceInserting Extra Resistance

Page 49: 03 Memory Structures

CTD – Master CANS 49

Other considerations

Leakage controlRedundancyFlash Memories

Page 50: 03 Memory Structures

CTD – Master CANS 50

Redundancy

MemoryArray

Column Decoder

R o w D e c o d e r

Redundantrows

Redundantcolumns

RowAddress

ColumnAddress

FuseBank:

Page 51: 03 Memory Structures

CTD – Master CANS 51

Error-Correcting CodesExample: Hamming Codes

with

e.g. B3 Wrong

1

1

0

= 3

Page 52: 03 Memory Structures

CTD – Master CANS 52

Redundancy and Error Correction

Page 53: 03 Memory Structures

CTD – Master CANS 53

Other considerations

Leakage controlRedundancyFlash Memories

Page 54: 03 Memory Structures

CTD – Master CANS 54

Flash EEPROM

Control gate

erasure

p-substrate

Floating gate

Thin tunneling oxide

n1 source n1 drainprogramming

Many other options …

Page 55: 03 Memory Structures

CTD – Master CANS 55

Cross-sections of NVM cells

EPROMFlashCourtesy Intel

Page 56: 03 Memory Structures

CTD – Master CANS 56

Basic Operations in a NOR Flash Memory―

Erase

S D

12 VG

cell arrayBL 0 BL 1

open open

WL 0

WL 1

0 V

0 V

12 V

Page 57: 03 Memory Structures

CTD – Master CANS 57

Basic Operations in a NOR Flash Memory―

Write

S D

12 V

6 VG

BL 0 BL 1

6 V 0 V

WL 0

WL 1

12 V

0 V

0 V

Page 58: 03 Memory Structures

CTD – Master CANS 58

Basic Operations in a NOR Flash Memory―

Read5 V

1 VG

S D

BL 0 BL 1

1 V 0 V

WL 0

WL 1

5 V

0 V

0 V

Page 59: 03 Memory Structures

CTD – Master CANS 59

Row

Dec

oder

Bit line2L 2 K

Word line

AK

AK1 1

AL 2 1

A0

M.2K

AK2 1

Sense amplifiers / Drivers

Column decoder

Input-Output(M bits)

Storage cell

ConclusionsMemory Structure:

Amplify swing torail-to-rail amplitude

Selects appropriateword