4.1.3 · D3Memory Technologies

Worked examples — DRAM 1T1C cell structure

3,102 words14 min readBack to topic

This page is the exhaustive drill for the 1T1C cell. The parent note gave you the formulas. Here we throw every kind of input at them — a full "1", a full "0", the leaky in-between, the degenerate cases where a capacitor is zero, the limiting case where the bitline is infinitely huge, a real-world timing problem, and an exam-style twist. Nothing should surprise you after this.

Before we start, here are the only three formulas we use, each already earned in the parent:

Standard numbers we reuse (from the parent's examples):

  • , , , so precharge .

The scenario matrix

Every question this topic can ask falls into one of these case classes. Each row below is covered by at least one worked example.

# Case class What makes it distinct Example
A Read a full "1" , swing is positive Ex 1
B Read a full "0" , swing is negative Ex 2
C Read a decayed bit between the extremes — is it still readable? Ex 3
D Degenerate: no storage → zero signal (why cells can't shrink forever) Ex 4 (part D)
E Limiting: infinitely long bitline → signal vanishes Ex 4 (part E)
F Charge / electron count , "how many electrons is a bit?" Ex 5
G Real-world timing find refresh interval from a leakage decay Ex 6
H Exam twist: solve backwards given a required , find max allowable Ex 7
I Exam twist: worst-case bit which stored value gives the smallest safety margin? Ex 8

Case A — Read a full "1"

Figure — Case A vs Case B swing. The horizontal blue dashed line is the precharge level ; both bits start there. The magenta up-arrow is Case A: reading a "1" lifts the bitline to (+54.5 mV). The violet down-arrow is Case B: reading a "0" drops it to (−54.5 mV). The two arrows are mirror images about the dashed line — that visible symmetry is the whole reason we precharge to the midpoint.

Figure — DRAM 1T1C cell structure

Case B — Read a full "0"


Case C — Read a decayed bit (the in-between)


Cases D & E — Degenerate & limiting inputs

Figure — signal vs bitline length. The orange curve plots the "1" swing against the bitline capacitance . The magenta dot marks our standard (54.5 mV — healthy). The violet square marks the Case-E point at (only 5.94 mV — barely a whisper). Follow the curve rightward: it sags toward the zero line, the visual proof that a longer bitline shrinks the signal.

Figure — DRAM 1T1C cell structure

Case F — Charge & electron count


Case G — Real-world refresh timing


Case H — Exam twist: solve the swing formula backwards


Case I — Exam twist: which stored value is worst-case?


Recall Quick self-test on the whole matrix

Read of a fresh "1" swing sign? ::: Positive (+54.5 mV). Read of a fresh "0" swing sign? ::: Negative (−54.5 mV). What happens to as ? ::: It goes to zero — no charge, no signal. What happens to as ? ::: It goes to zero — infinite tank swallows the cup. Electrons in one "1" bit at 20 fF, 1.2 V? ::: About . How do you undo the exponential to get refresh time? ::: Take the natural log, . Max for a 40 mV margin (20 fF cell, 1.2 V)? ::: 280 fF. Which decayed bit flips first, a weak "1" or a crept "0" (here)? ::: The weak "1" (smaller margin, 9.1 mV).


Connections

  • DRAM 1T1C cell structure — the parent this drill expands.
  • Charge Sharing — the mechanism behind Cases A–E and H–I.
  • Sense Amplifiers — the device whose margin sets Cases C, H, I.
  • DRAM Refresh — the timing budget of Case G.
  • Capacitor Q=CV — Tool 1, used in Cases D–F.
  • Bitline and Wordline Architecture — why is large (Case E).