73
Semiconductor Memories Prof. MacDonald

memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

  • Upload
    others

  • View
    9

  • Download
    0

Embed Size (px)

Citation preview

Page 1: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Semiconductor Memories

Prof. MacDonald

Page 2: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Types of Memories!l  Volatile Memories

–  require power supply to retain information

–  dynamic memories l  use charge to store information and require refreshing

–  static memories l  use feedback (latch) to store information – no refresh required

l  Non-Volatile Memories –  ROM (Mask) –  EEPROM –  FLASH – NAND or NOR –  MRAM

Page 3: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Memory Hierarchy!

RF 100pS 100’s of bytes L1 SRAM 1nS 10’s of Kbytes

L2 SRAM 10nS 100’s of Kbytes

L3 DRAM 100nS 100’s of

Mbytes

Disks / Flash 1us Gbytes

Page 4: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Memory Hierarchy!l  Large memories are slow

l  Fast memories are small

l  Memory hierarchy gives us illusion of large memory space with speed of small memory.

–  temporal locality

–  spatial locality

Page 5: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Register Files !l  Fastest and most robust memory array

l  Largest bit cell size

l  Basically an array of large latches

l  No sense amps – bits provide full rail data out

l  Often multi-ported (i.e. 8 read ports, 2 write ports)

l  Often used with ALUs in the CPU as source/destination

l  Typically less than 10,000 bits –  32 32-bit fixed point registers

–  32 60-bit floating point registers

Page 6: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SRAM!l  Same process as logic so often combined on one die

l  Smaller bit cell than register file – more dense but slower

l  Uses sense amp to detect small bit cell output

l  Fastest for reads and writes after register file

l  Large per bit area costs –  six transistors (single port), eight transistors (dual port)

l  L1 and L2 Cache on CPU is always SRAM

l  On-chip Buffers – (Ethernet buffer, LCD buffer)

l  Typical sizes 16k by 32

Page 7: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Static Memory Cell!

T1!

True!Bit!Line!

Complement!Bit!Line!

Wordline!

T2!

T5!

T3!

T6!

T4!

Page 8: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Example Chip!

SRAM cache

LCD Frame Buffer SRAM

Register file

Page 9: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SRAM Interface !!l  Dirt simple

–  clk – only required if registered inputs and/or outputs

–  csn – usually negatively active chip select

–  wen – usually negatively active write enable

–  a – address bus – logarithmically related to number of locations

–  d – data in bus – inputs used during writes

–  q – data out bus – outputs used during reads

l  read – csn active / wen inactive –  data in the byte located by A bus launches out Q bus

l  write – csn active / wen active –  D bus value is loaded into memory location determined by A

Page 10: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SRAM Operation !!

Page 11: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Dual Port SRAM Operation !!l  Two complete single port interfaces

–  can read two locations simultaneously

–  can write two different locations simultaneously

–  can not write one location with two different ports

–  Typically requires 2 additional transistors per bit l  (6 to 8 for 33% increase)

–  Typically requires 4 bit lines and 2 word lines l  double the global routing than single port

Page 12: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Dual Port SRAM Interface !!l  Two merged SRAM interfaces

–  clk – if registered inputs and/or outputs

–  csnA / csnB – usually negatively active chip select

–  wenA / wenB – usually negatively active write enable

–  aA / aB – address bus – logarithmically related to number of locations

–  dA / dB – data in bus – inputs used during writes

–  qA / aB – data out bus – outputs used during reads

Page 13: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Two Port Memory Cell!

T1!True!Bit!Line !Port 0!

Complement!Bit!Line !Port 0!

Word Line!Port 0!

T3!

T5!

T2!

T6!

T4!True!Bit!Line !Port 1!

Complement!Bit!

Line !Port 1!

Word!Line !Port 1!

T7! T8!

Page 14: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Memory Compilers!l  ASIC library providers give logic designers:

–  Standard cells - ANDs, NANDs, FLIP-FLOPs, etc

–  Chip IOs

–  Memory compilers l  single port SRAM,

l  dual port SRAM, and

l  register files.

l  Dial in size and generates verilog, layout, timing.

l  DRAM, FLASH not supported

Page 15: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Motherboard architecture

Page 16: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Dynamic RAM!l  Most dense RAM (1 Gbit chips available)

l  Historically, different semiconductor process so built on a separate die

l  L3 Cache (old days) and computer main memory

l  Requires refresh of data due to leakage

l  New push to combine DRAM and logic –  embedded DRAM, eDRAM

–  business case hard to close – yields drop

Page 17: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

DRAM Bit Cells (1T)

Cbl Cb

wordline

bitline

DRAM used since the early 70s Destructive Read Highest density

Page 18: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

DRAM Bit Cells (3T)

write wordline

read bitline

DRAM used in the early 70s Non-destructive read

write bitline

read wordline

Page 19: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

DRAM Cross Section

Page 20: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

DRAM Array

Page 21: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

DRAM Interface Evolution!l  Asynch DRAM – up until early 90’s

l  Synch DRAM – add a clock

l  Double Data Rate (DDR) SDRAM

l  DDR2 SDRAM – Faster

l  Others –  RAMBUS – Intel supported – dead except for PS3

–  graphics versions – specifically for frame buffers

–  Mobile SDRAM – low power, good for palm pilots

Page 22: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

DRAM Read Timings

RA1 CA1 RA CA

RAS

CAS

Addr

data 1 Addr data 2

Page 23: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

DRAM Read Timings (EDO)

RA1 CA1 CA

RAS

CAS

Addr

data 1 Addr data 2

Page 24: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SDRAM

l  Same array as Asynch DRAM

l  Add pipelining to data to increase bandwidth

l  Requires new clock signal

l  Treats RAS, CAS, WE as command inputs

l  Replaced by DDR for high performance apps

l  Still alive for mobile applications due to power

Page 25: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SDRAM Block

Page 26: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SDRAM Commands

Page 27: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Maskable ROM!l  Most dense ROM

l  Tie bit high or low at mask level (metallization)

l  Mistakes take weeks to fix with new silicon –  hold lots at metal layer for quick implementation

Page 28: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SDRAM Timings

command is just the value of CSN, CAS, RAS and WEN together in that cycle

address is usually 9-11 bits plus 2 bits for bank address

Page 29: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

ROM/EEPROM/FLASH!l  Metal Mask ROM

l  Electrically erasable programmable ROM

l  FLASH is block erasable only EEPROM

l  EEPROM can be byte-written but requires extra transistor

l  FLASH may take over the world – replacing disk drives with FLASH drives (no moving parts – more reliable).

l  Motorola is leader in combining FLASH with logic

l  Intel leader in NOR Flash

l  Toshiba / Samsung leaders in NAND Flash

Page 30: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

EPROM!l  Erasable Programmable ROM

l  Can be erased by UV light

l  Programmed by Hot Carrier Injection

l  Obsolete but still mentioned –  only used in EE2369 to provide historical perspective

Page 31: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

NOR ROM Structure!

Page 32: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

NOR ROM Structure!

Page 33: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

NAND ROM Structure!

Page 34: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Flash Cross Section!

Page 35: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

FLASH!

Page 36: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

FLASH!l  NOR Flash

–  less dense (256 Mbit) but provides fast random read access –  Erase FN / Program HEI –  100,000 write cycles –  Slow erase, fast program and read –  SRAM like interface – give an address – get a byte of data –  great for code memory ( bios, boot-up, cell phone, etc)

l  NAND Flash –  More than 2X denser – up to 2Gbit –  Erase FN/ Program FN –  Fast erase, slow program and read –  1,000,000 write cycles –  IO like interface – not as simple as NOR –  good for data storage – memory cards, IPODs, USB keydrives

Page 37: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Flash Cross Section!

Page 38: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

NOR FLASH!

Page 39: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

NAND Flash Reading!

Page 40: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Tunneling vs Injection!

Page 41: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Charge Pumps!l  Flash and EEPROM architectures need

unavailable higher voltage for programming (+10v)

l  Charge pumps can pump a cap to get high voltage

l  DC to DC (higher) converter - without inductors

l  Need to consider Vmax across any gate oxide

l  Generally cannot provide much power (I*V)

l  Charge pumps used for a lot of other things like overdrive voltages and PLLs

Page 42: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Basic charge pump concept!

Page 43: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Staged Diode Charge Pump!

Page 44: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Dickson Charge Pump!

Vin

C out C C C C

V out

φ

φ

M d1

M d2

M d3

M d4

M d15

V 1 V 2 V3 V 4

Page 45: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Improved versions!

Vin

C f

CC

V out

_1

_2

M D1 M D2 M D3 M D4 M Do

V 1 V 2 V3 V 4

C

M s1 M s2 M s3 M s4 M D5

C C M N1

M N2 M N3 M N4 M P1

M P2 M P3 M P4

_1

_2

VDD

Stage 1 Stage 2

N1 N2 N3 N4

P1

P2

P3

P4

C1

C2

C3

C4

Cout

P7

P8

Page 46: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Clock booster!

Outb Out

Vo Vob

N1 N1b

N2 N2b

P1 P2

C1b

C1

Page 47: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

4 Phase Charge Pump!

Vin

C2 C1

M 0

M1

C3

M3

Clk1 Clk1

Clk2 Clk4

Clk3

M2

M4

Cb1 Cb2

M n

V out

Page 48: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

CAMs!l  SRAM structure that will do a parallel compare against

the contents to provide a hit signal for each row (value)

l  Used by caches to find if data is in cache

l  Also used for translation look-aside buffers

l  Also used in switches / routers to check destination address in ethernet against list of addresses

l  Ternary CAMs allow for bit masking the compare

Page 49: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Encoders / Decoders

3 to 8 line decode

input 0 1 2 3 4 5 6 7 000 1 0 0 0 0 0 0 0 001 0 1 0 0 0 0 0 0 010 0 0 1 0 0 0 0 0 011 0 0 0 1 0 0 0 0 100 0 0 0 0 1 0 0 0 101 0 0 0 0 0 1 0 0 110 0 0 0 0 0 0 1 0 111 0 0 0 0 0 0 0 1

Encoder Decoder

Page 50: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Read Only Memories - ROM

Address Data Out 1 2 2 3 4 5 6 7

000 1 0 1 0 1 0 0 0 001 0 1 0 0 0 0 0 1 010 0 0 1 0 0 1 0 0 011 0 0 1 1 0 0 0 0 100 0 0 1 0 0 0 1 1 101 1 1 1 0 0 1 1 1 110 1 1 0 0 0 0 1 0 111 1 1 1 1 0 0 0 1

n

m

ROM

2n addresses addressed by n bit m output data bits

Page 51: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Read Only Memories - ROM

n

m

Memory array n to 2n decoder

2n

Address input word lines

data output

Page 52: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

ROM memory array

pd pd pd pd pd pd pd pd pd pd word line 2N-1

word line 2N-2

word line 2

word line 1

word line 0

data m-1 data m-2 data0 data1 data 2

programmed “one”

programmed “zero”

bit lines

weak pull down

Page 53: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Random Access Memory (RAM)

wordline

bitline bitlineN

6 Transistor SRAM cell

n+c

m

sram array of 6-t cells n to 2n decoder

2n

Address input

word lines

m rnw

data in data out

peripheral circuits – column mux, sense amps, write circuitry

n

c

Page 54: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SRAM Organization!!l  Blocks with unity aspect ratio

l  Rows

l  Columns

l  IO

Page 55: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Static Memory Cell!

T1!

True!Bit!Line!

Complement!Bit!Line!

Wordline!

T2!

T5!

T3!

T6!

T4!

Page 56: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Cell!

T!True!Bit!Line!

Complement!Bit!Line!

Wordline!

C!

4D - Static Memory Cell!

Page 57: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SRAM Read Cross-Section!TSA!

CSA!

Set!Sense!Amp!

Bit !Line !Isolation!

Bit !Line!Precharge!

Isolation Circuit!

Precharge ! Circuit!

Cell!

T!TBL! CBL!

Wordline!

DRAMs precharge!to half Vdd so PFET enable required as well!

Page 58: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SRAM Isolation & Pre-charge Circuits!

Bit !Line !Isolation!

Bit Switch Circuit!

Pre-charge ! Circuit!Bit !Line !Pre-charge!

Cells!

Sense Amp!

Page 59: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SRAM Sense Amplifier Circuit!

TSA!

CSA!

Set!Sense!Amp!

Bit Switch!

DRAMs precharge!to half Vdd so PFET enable required as well!

Page 60: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SRAM Internal Memory Waveforms !Clock!

Word line!!!!Isolation!!Set Sense Amp!!!!Sense Amp Output!!!Data!

Page 61: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SRAM Write Head Circuit!

Data!

Write!Enable!

Bit Line!True!

Bit Line!Complement!

Page 62: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

SRAM Decode Circuit!

Clock!

W0C!

W1C! W1T!

W0T! W0C! W0T!

WL0! WL1! WL2! WL3!

Page 63: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Word line (Polysilicon)

Bit line contacts

Ground

Vdd

NFET diffusion

PFET diffusion

SRAM Cell with Center GND Contact

Page 64: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Word line (Polysilicon) Bit line contacts

Ground

Vdd

NFET diffusion

PFET diffusion

SRAM Cell with Shared Vdd Contact

Page 65: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Word line (Polysilicon)

Bit line contact

Ground Vdd

NFET diffusion

PFET diffusion

Bit line contact

Split Word Line SRAM Cell

Page 66: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Bit Cell Analysis – Read Disturb!

T1!

True!Bit!Line!

Complement!Bit!Line!

Wordline!

T2!

T5!

T3!

T6!

T4!starts at 0v but will jump up. If it jumps too high, can flip the bit. T6 is often not min L to keep the jump low.

precharged to 1.8v

Page 67: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Bit Cell Analysis – Read Disturb!

If low, right data node (Vrd) cannot exceed the threshold of T2 or bit may flip. (Kn6 / 2) (Vdd – Vrd – Vtn)2 = (Kn5 / 2) ( 2 ( Vdd – Vtn)*Vrd – Vrd2) Kn6/Kn5 < (2(Vdd – 1.5 Vtn) Vtn) / (Vdd – 2*Vtn)2

Page 68: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Bit Cell Analysis - Write!l  Must ensure that write head circuit can over power cell

by the end of the write cycle.

l  The side of the bit cell with a 0 dominates the write transaction as the pass transistor is an NFET.

l  When the word line asserts the write head circuit drives a zero on one of the two sides.

l  The bit data in the cell must be brought below the threshold of the cross-coupled inverter to flip the bit.

Page 69: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Bit Cell Analysis – Soft Error !l  Radiation (particularly in space – but occasionally on

Earth) causes the generation of charge in circuits.

l  SOI technology helps as it shields transistors from charge in the bulk silicon.

l  The bit cell node has a capacitance and introduced charge will change the voltage at the node.

l  If the voltage swing exceeds the threshold of the cross-coupled inverter, the bit will flip (i.e. soft error)

l  Qcrit is charge required to flip bit.

l  Data is bad, but the bit cell still works (thus soft error).

Page 70: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Bit Cell Analysis – Soft Error !

T1!

True!Bit!Line!

Complement!Bit!Line!

Wordline!

T2!

T5!

T3!

T6!

T4!constant current source turned on for time t Qcrit = I * t

Page 71: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Redundancy and Repair!l  DRAM and SRAMs often have extra rows, columns,

IOs and / or Blocks to replace those that are bad.

l  Two dimensional redundancy (i.e. rows and columns) provides good coverage with minimized.

l  Rule of thumb (which changes over time) is currently that 2 Mbit memories and above will benefit in terms of yield if redundancy is included.

Page 72: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Redundancy and Repair!

Page 73: memories - UTEPTypes of Memories!! Volatile Memories – require power supply to retain information – dynamic memories ! use charge to store information and require refreshing –

Built-In Self Test!l  Many register files and embedded SRAMs in ASICs

now come with wrapper logic that will test the memory.

l  The BIST includes muxes that all the test logic access to the ports of the memory.

l  A BIST state machine generates address and data and writes to the ram, followed by reads and compares of the data.

l  Some BIST also implement redundancy if necessary – This is often referred to as Built-In Self Repair.