Exercises — Process nodes (28nm→7nm→5nm→3nm→2nm)
Before we start, one reminder of the tools you will reuse (all built in the parent note):
See Dennard scaling, Dynamic vs static power, MOSFET threshold voltage, and Subthreshold leakage if any of those symbols feel unfamiliar.
Level 1 — Recognition
L1·Q1
Which of these does the "5" in a "5nm process node" most directly describe today? (a) the physical gate length, (b) the half-pitch, (c) a marketing/generation label, (d) the wafer diameter.
Recall Solution
Answer: (c). Since roughly the 22nm generation the number stopped equalling any single physical feature. At "5nm" the smallest gate is still ≈ 15–20 nm. The number is a generation label; what actually improves is density, power and performance (PPA). (a) and (b) were true historically but not today; (d) is unrelated.
L1·Q2
Put these architectures in the order they appeared as nodes shrank: GAA/nanosheet, Planar, FinFET.
Recall Solution
Planar (≥28nm) → FinFET (22nm–7nm) → GAA/nanosheet (3nm, 2nm). The gate wraps more of the channel each step: one face → three faces → all four faces. See FinFET and GAA transistors.
L1·Q3
State the dynamic-power formula and name every symbol.
Recall Solution
= activity factor (fraction of time switching), = load capacitance, = supply voltage, = frequency. The comes from the energy stored charging the capacitor plus the same again dissipated discharging → per full cycle.
Level 2 — Application
L2·Q1
A node has density MTr/mm². The next node applies a linear shrink of . Estimate the new density.
Recall Solution
WHAT: we scale density by . WHY: a cell occupies width × height, both set by pitch; both shrink by , so area shrinks by , so transistors per fixed area rise by . This is the classic ≈ 2× density per node () behind Moore's Law.
L2·Q2
Node A runs at V. Node B lowers voltage to V and cuts capacitance to . Same and . What fraction of Node A's dynamic power does Node B use?
Recall Solution
WHAT: take the ratio . WHY we take a ratio, not two full computations: dividing lets the identical, unchanged factors and cancel top-and-bottom, so we never need their actual values — only what changed ( and ) survives. WHY : , and squaring gives — the is squared because energy per switch is . Node B uses 51.2% of the power → about a 49% saving. Note the voltage term () does most of the work — that's the power of the dependence.
L2·Q3
A chip switches of the time, with , V, . Compute in watts.
Recall Solution
WHAT: substitute directly into . WHY no ratio here: we are asked for an absolute wattage, not a comparison, so every symbol must carry its real number and unit.
- — WHY first: the voltage is the only squared term, so we resolve its square before mixing it with the linear factors, to keep the exponent from wandering onto other symbols.
- — WHY: combine the two pure numbers ( and ) first; multiplying small numbers together before the big keeps the powers of ten easy to track.
- — WHY: now fold in the squared-voltage factor computed above.
- W — WHY last: frequency is the largest factor (); doing it last means the exponent bookkeeping () is a single clean step.
Level 3 — Analysis
The figure below is the tool for this level. It plots density against node step , starting at MTr/mm² and applying a shrink at each step, so .

L3·Q1
Two successive nodes each apply . Starting from MTr/mm², find the density after two shrinks. Then report two distinct quantities: (i) the compounded linear length ratio (how short a feature has become), and (ii) the resulting areal density multiplier.
Recall Solution
Each node multiplies density by . WHY it multiplies (not adds): each shrink acts on the already-shrunk cell, so the factors stack by multiplication — two shrinks give . (i) Compounded linear length ratio (a one-dimensional quantity): each length shrinks by , and two shrinks compound as — a feature is now 49% as long as it started. This is a length ratio, not an area ratio. (ii) Areal density multiplier (a two-dimensional quantity): because density lives in 2-D, it scales as the square of the inverse length ratio: → roughly 4× density over two generations. WHY keep (i) and (ii) apart: confusing the linear with the areal is the classic linear-vs-areal slip — one is a side length, the other is derived by squaring it. On the s01 figure the dot sits well above twice the dot — the tell-tale upward bend of multiplicative growth.
L3·Q2
Subthreshold leakage obeys (recall = electron charge, = subthreshold slope factor, = Boltzmann's constant, = absolute temperature). Suppose lowering makes the exponent increase by . By what factor does leakage rise?
Recall Solution
WHAT tool and WHY: the exponential is chosen because current through an OFF transistor is governed by how many carriers have enough thermal energy to cross the barrier — a Boltzmann factor, which is exponential in the barrier height. The in the denominator is literally the thermal-energy scale; that is why it (not the shrink factor ) appears here. A change in the exponent multiplies leakage by . WHY : the natural log is the inverse of , so raising to the power simply undoes the log and returns . Leakage rises 30×. This is exactly why you cannot keep lowering (and hence ) forever — the parent's example 3.
L3·Q3
At V, static (leakage) power is 10% of total; dynamic is 90%. You drop to a lower voltage where leakage rises 30× but dynamic power falls to 0.6 of its old value. Is total power lower or higher? By what factor?
Recall Solution
Take old total unit → old dynamic , old static (using for that 10% slice). New dynamic . New static . Total power is higher by 3.54× despite the dynamic saving — leakage swamped everything. This is the derivation-level reason nodes changed transistor architecture (FinFET and GAA transistors) instead of only lowering voltage.
Level 4 — Synthesis
L4·Q1
Company X markets "7nm" at 100 MTr/mm². Company Y markets "10nm" at 100 MTr/mm². A student says X's chip is denser because 7 < 10. Evaluate.
Recall Solution
The student is wrong. Node names are not standardized — different companies define them differently. Here both deliver the same 100 MTr/mm², so they are equally dense. The correct comparison metric is always MTr/mm², never the label. (This mirrors the real "Intel 10nm ≈ TSMC 7nm" situation.)
L4·Q2
You want both a 2× density gain and a 40% dynamic-power cut in one node. Density needs such that . Dynamic power, with capacitance scaling as (from the geometry relation in the formula box) and a voltage drop from V to , must reach . Find and the required .
Recall Solution
Step 1 — density fixes . WHY we solve density first: it depends only on , so it pins down before power (which needs it) can be tackled. . Step 2 — power. With and same : WHY we isolate : it is the only unknown left, so we divide both sides by the known to get it alone, then take a square root to peel off the exponent and reach . , so . Interpretation: a modest voltage drop to ≈ 0.83 V, combined with the natural capacitance shrink, meets both targets. Notice how little the voltage had to move — because the factor from smaller capacitance already helped.
Level 5 — Mastery
L5·Q1
A five-node roadmap applies linear shrink each step for 4 steps (5 nodes total, node 0 → node 4). Node 0 density is 40 MTr/mm². (a) Density at node 4. (b) Overall density multiplier. (c) If Moore's Law wants 2× per node, is enough per node?
Recall Solution
(a) Four shrinks: . WHY the exponent is : each of the 4 steps contributes a (the "2" from area being two-dimensional), and 4 steps stack multiplicatively → exponent . Compute . So MTr/mm². (b) Multiplier over four steps. (c) Per node, multiplier . WHY we compare per-node, not total: Moore's target is stated per generation, so we must isolate one step's factor. Since , per node is NOT enough to double each generation — you'd need for a true 2×. This is one reason pure lithographic shrink alone no longer keeps Moore's Law on pace; design tricks like Backside power delivery and new architectures make up the gap.
L5·Q2
Combine everything. Node old: V, leakage power of total. Node new applies (so via ), lowers to V, and — because GAA control improves electrostatics — actually reduces leakage to its old absolute value. Same . Find (a) new dynamic fraction, (b) new total power relative to old.
Recall Solution
Set old total → old dynamic , old static . (a) New dynamic: scales by . WHY this product: dynamic power ; shrinks by and shrinks by , so we multiply the two independent scalings. ; . New dynamic units. New static: using with leakage halved → units. Dynamic fraction of new power . (b) Total power the old → roughly a 48% total-power reduction. WHY this doesn't blow up like L3·Q3: there leakage rose 30×; here GAA lowered leakage to , so the static term shrinks instead of exploding. The architecture change is what makes the voltage drop safe. See FinFET and GAA transistors and MOSFET threshold voltage.
Recall Self-test summary (fill the blanks)
These use the same double-equal cloze markers as the rest of this vault: the highlighted term is what you should recall before revealing. Lines with ::: hide the answer after the colon.
Density scales as .
Dynamic power formula ::: .
Static power formula ::: .
The wall that broke Dennard scaling ::: subthreshold leakage rising exponentially, (here is Boltzmann's constant, not the shrink factor).
Correct metric to compare vendors' nodes ::: MTr/mm² (mega-transistors per mm²), not the nm label.