4.1.4 · D1Memory Technologies

Foundations — DRAM refresh and charge leakage

1,760 words8 min readBack to topic

Before you can read the parent note, you must be able to look at each symbol — , , , , , , — and see a picture, not just letters. This page builds every one of them from nothing, in the order they depend on each other.


1. Charge — the stuff that IS the bit

The picture: imagine a bucket. The water level is what we can measure; the amount of water is the charge. More electrons piled on the node = more charge = a fuller bucket.

Why the topic needs it: the entire bit is "is there charge here or not?" — charge present = logic 1, charge absent = logic 0. If you can't picture charge, you can't picture a stored bit.

Figure — DRAM refresh and charge leakage

2. Voltage — how "hard" the charge pushes

Why two words for what seems like one thing? Charge and voltage are different: a wide bucket and a narrow bucket can hold the same water height (voltage) but very different amounts of water (charge). What links them is the width of the bucket — and that width is called capacitance, next.

Why the topic needs it: the sense amplifier can't count electrons; it can only feel the voltage on the bitline. So the "1 vs 0" decision is made on , and the whole decay derivation tracks .


3. Capacitance and — the bucket's width

The picture: in the figure below, two buckets at the same water height (same ) hold different water (different ) because one is wider (bigger ).

Why the topic needs it: this one equation is the bridge between the thing we store () and the thing we measure (). Every leakage calculation swaps between them using .

Figure — DRAM refresh and charge leakage

4. Current — the rate the bucket drains

The notation . The little "" pair means "a tiny change in over a tiny change in time " — the instantaneous slope of the charge-vs-time graph. If charge is leaving, is shrinking, so its change is negative. That is exactly why the parent writes: The minus sign just says "the current out equals the rate at which stored charge falls."

Why the topic needs it: leakage is a current. To find how long a bit survives, we must connect "how fast it drains" () to "how much is left" (, hence ).


5. Resistance and Ohm's law — how narrow the leak is

Why the topic needs it: the parent models every leakage path (subthreshold, junction, dielectric) as one equivalent resistor from the storage node to ground. That single simplification is what makes the decay solvable.


6. The exponential — why decay is never a straight line

The picture: the curve below starts at , passes through at , and flattens toward zero. The horizontal line (the sense threshold) is where the bit becomes unreadable.

Figure — DRAM refresh and charge leakage

7. The threshold and retention time

The notation . (natural logarithm) is the inverse question to : "the exponential turned into a voltage ratio; turns the voltage ratio back into a time." It's the only tool that can undo an exponential, which is exactly why it appears the instant we solve for a time.


8. The refresh symbols — , ,

Why the topic needs it: this is the payoff — once you can compute and , you set safely below it and divide by to schedule the refreshes.


Prerequisite map

Charge Q

Q = CV bucket width

Voltage V water height

Capacitance C

Current I drip rate

Resistance R leak size

Ohms law I = V over R

rate proportional to amount

Exponential decay V0 e to minus t over tau

Time constant tau = RC

Retention time t_ret

Threshold V_th half of V0

Refresh period t_REF and interval t_RI

DRAM refresh and charge leakage

This whole chain also underlies the comparison in SRAM vs DRAM — SRAM skips the leaky-bucket problem entirely by using a self-driving latch.


Equipment checklist

Test yourself — you are ready for the parent note only if every line below is instant.

What does say in bucket language?
Total charge (water) = capacitance (bucket width) × voltage (water height).
Why is negative?
Because leakage removes charge, so stored is shrinking over time.
State Ohm's law for the leak path and what big means physically.
; big = tiny pinhole = slow leak.
Why is the decay exponential, not linear?
Drip speed is proportional to remaining pressure, so it slows as the bucket empties — the signature of .
What fraction of remains after one time constant ?
About 37% ().
What is made of and how does bigger affect retention?
; bigger (wider bucket) → longer retention.
Why does appear when solving for retention time?
is the inverse of the exponential — the only tool that undoes to isolate a time.
What is and its usual value?
The sense-amp decision threshold, usually ; below it a "1" reads as "0".
How do you get the refresh interval from and ?
Divide evenly: (e.g. 64 ms / 8192 ≈ 7.8 µs).