Before you can read the parent note Dynamic CMOS logic, you must own every symbol it throws at you. This page builds them one at a time — plain words, then a picture, then why the topic needs it. Nothing is used before it is defined.
The picture: think of a water tower. Height above the ground = voltage. A full tower is VDD; an empty one is 0.
Why the topic needs it. The whole trick of dynamic logic is watching a voltage rise to VDD and then possibly fall to 0. If you don't picture voltage as a height, the words "precharge HIGH" and "discharge to 0" are meaningless.
Why the topic needs it. Everything in dynamic logic — precharge, discharge, leakage, charge sharing — is a statement about how Vout moves over time. We define it now, before any equation uses the symbol.
The picture: a bucket of water. Width of the bucket = CL. Water height = Vout. Volume of water = Q. A wide bucket (CL big) holds lots of charge even at a modest height.
Why the topic needs it. The parent note's central formula Q=CLVout and the charge-sharing formula both come straight from this bucket. CL is specifically the total load capacitance at the output node; see MOS capacitance and $C_L$ for where it physically comes from (gate caps of the next stage + wire + drain caps).
Now we need a tool: how fast does the bucket's height change when water flows? Start from Q=CLVout and ask "how does Q change over time?"
The picture: a wider bucket (CL large) fills or drains slower for the same pipe flow — that is why big load caps make gates slow.
Why the topic needs it. During evaluate, current I drains through the pull-down transistors; this equation tells you the output falls at a definite speed, not instantly. It is the reason "faster" and "slower" gates even exist.
The threshold symbols Vtn, Vtp and VGS. The gate-to-source voltage is written VGS=Vgate−Vsource. A transistor only turns on once VGS crosses its threshold voltage:
An NMOS turns on when VGS rises above a small positive number Vtn (its threshold, e.g. +0.4V).
A PMOS turns on when VGS falls below a small negative number Vtp (e.g. −0.4V).
That is why the parent note writes VGS=0−VDD=−VDD<Vtp → ON: the PMOS gate is at 0, the source at VDD, so VGS is very negative — well past its (negative) turn-on point. By the same rule, the foot NMOS with gate at VDD and source at ground has VGS=+VDD>Vtn → ON.
Why the topic needs it. The precharge device is a PMOS; the pull-down network and the foot are NMOS. You cannot follow "which device is on in which phase" without this rule.
The picture: Mp is the tap at the top of the bucket; Me is a master valve at the very bottom drain. If the master valve Me is shut, no water can leave no matter which doors above are open.
Why the topic needs it. These are the two devices the clock ϕ (next section) toggles. Naming and picturing them now means the phase story reads cleanly. The foot NMOS is also what stops a short-circuit during precharge — see the note in §5 on why Mp and Me are never both draining at once.
The picture: a metronome. Down-beat = fill the bucket. Up-beat = decide whether to empty it. See Clocking and precharge timing for how long each phase must last.
Why the topic needs it. Dynamic logic is timed logic. The same physical wire (ϕ) drives Mp's gate and Me's gate — so one signal flips the whole gate between "fill" and "compute". Because PMOS and NMOS are mirror-image switches (§5), when ϕ=0 the PMOS is on and the foot NMOS is off; when ϕ=1 they swap. The dead-time keeps that swap clean.
The picture: series = a single hallway with several doors; you get through only if ALL doors are open. Parallel = several separate hallways; you get through if ANY one is open.
Why the topic needs it. The realized function is f=PDN conducts. Series → NAND, parallel → NOR. This is the bridge from "wires and switches" to "Boolean algebra". Deep-dive: Pull-down networks (series = AND, parallel = OR).
Why the topic needs it. Leakage and charge sharing are why a bare dynamic gate is fragile; the keeper is the standard fix that makes a stored 1 survive. Full treatment: Charge sharing and keepers.
Why the topic needs it. It explains the mysterious rule "you cannot chain dynamic gates directly." It builds directly on §5 (NMOS on with HIGH) and §7 (all outputs HIGH during precharge).