top of page
Random Access Memory (RAM)
Dynamic Random Access Memory (DRAM)
DRAM stores its bit of information as chrage on the cell capacitor
The gate of the transistor is connected to the word line, and its source (drain) is connected to the bit line.
When storing a 1, the capacitor is charged to (Vdd-ï€Vto)
When storing a 0, the capacitor is discharged to 0V
DRAM
1-T DRAM write 0
1-T DRAM read 0
1-T DRAM write 1
1-T DRAM read 1

SRAM
Static Random Access Memory (SRAM)
Each cell contains two inverters. Each cell design is basically two cross coupled inverters.
Most SRAM are now CMOS with PMOS load transistor. Since CMOS inverters have low static power dissipation.
Each CMOS SRAM cell comprises 6 transistors.

6-T SRAM read 0
6-T SRAM write 0
6-T SRAM write 1
6-T SRAM read 1
bottom of page