4.2.1 · D5VLSI Design

Question bank — Moore's Law and scaling trends

1,394 words6 min readBack to topic

Before you start, make sure the vocabulary is grounded. If any of these words feel fuzzy, the trap will catch you:

  • Transistor count — how many switches are etched on one chip.
  • Node (e.g. "5 nm") — the marketing name of a manufacturing generation.
  • Doubling time — years between successive of transistor count.
  • (kappa) — the scaling factor () by which every dimension and the voltage shrink each node.
  • Power density — power (watts) divided by chip area; how hot each square millimetre runs.
  • Threshold voltage — the gate voltage at which a CMOS Transistor flips from "off" to "on".

True or false — justify

Moore's Law is a fundamental law of physics.
False. It is an empirical economic/industry observation; nothing in physics forces doubling — it held because companies budgeted R&D to make it hold.
Moore's Law by itself guarantees that chips get faster every 2 years.
False. Moore's Law is strictly about transistor count; the historical speed gains came from Dennard Scaling, a separate mechanism that ended ~2005.
Under ideal Dennard scaling, power density stays roughly constant across nodes.
True. Power per transistor falls as and area also falls as , so their ratio stays ~fixed — that constancy was the "free lunch".
After Dennard scaling ended, Moore's Law also immediately stopped.
False. Transistor count kept doubling via FinFETs and GAA and 3D stacking; only the speed/power benefit (Dennard) died.
A "5 nm" node means the transistor's gate is physically 5 nm long.
False. Modern node names are marketing labels; no single feature literally measures 5 nm — the name is a generation tag, not a length.
On a semi-log plot, Moore's Law appears as a straight line.
True. Taking of gives linear in , so the exponential straightens into a diagonal.
Threshold voltage could keep shrinking as fast as the other dimensions.
False. Drop too far and subthreshold leakage explodes exponentially (Leakage Current and Subthreshold Conduction), so voltage scaling stalled — this is what broke Dennard scaling.
Going multi-core was a choice to increase single-thread speed.
False. Multi-core Architecture was the response to the power wall: the same transistor budget was spent on parallel cores because clocks could no longer safely climb.
Halving the voltage under Dennard scaling roughly quarters the dynamic power per transistor.
True. Dynamic power (Dynamic Power CV2f) ; if and , power scales as per switch, and with rising it lands at — a strong drop.
Dark silicon means the chip has manufacturing defects.
False. Dark silicon means you cannot power all transistors at once within the thermal budget, so parts stay switched off ("dark") — a power limit, not a defect.

Spot the error

"Because transistors doubled, clock speed doubled too — that's Moore's Law."
The error conflates count with speed. Doubling count is Moore's Law; the speed gain was Dennard Scaling (delay ), which is a distinct, now-dead mechanism.
"Power density stays constant no matter what, because it always did in the 1990s."
Constant required voltage to scale down with size. Once froze near ~1 V, started rising per node — the power wall.
"Since the node shrank from 7 nm to 5 nm, the actual gate got 2 nm shorter."
Node names are not physical lengths; you cannot subtract them to get a real dimension. The label tracks a generation, not a measured feature.
"Delay scales as , and since everything shrinks, delay is unchanged."
Wrong cancellation. , , , so — delay shrinks, transistors get faster.
"We can keep raising clock frequency forever by adding more transistors."
More transistors at constant voltage raises power density until the chip can't dissipate the heat. That thermal ceiling (power wall) is exactly why frequency plateaued at ~3–4 GHz.
"Moore's Law predicts , so at we already have transistors."
The exponent must be measured from a reference year : . At the exponent is and , not .

Why questions

Why is Moore's Law drawn on a semi-log axis instead of a linear one?
Because is linear in time, a straight line is easy to read, extrapolate, and fit; on a linear axis the early decades would be crushed flat against the bottom.
Why did smaller transistors used to be better and not merely more numerous?
Dennard Scaling: shrinking dimensions and voltage together cut gate delay () and power per device (), so each new node was faster and cooler, not just denser.
Why did voltage scaling stop, killing the free lunch?
Lowering supply voltage forces down too, but below ~1 V that unleashes exponential subthreshold leakage, so voltage froze and constant power density became impossible.
Why does the base of the exponential equal exactly 2?
Because "doubles every " means multiply by 2 each interval; the base literally encodes the doubling rule, while the exponent counts how many doublings have occurred.
Why did the industry go multi-core rather than keep pushing GHz?
Once the power wall capped frequency, the doubling transistor budget was better spent on parallel cores — total throughput could still rise even though single-thread clock could not.
Why is Moore's Law called "self-fulfilling"?
Companies set roadmaps and R&D targets to the trend, so the observation shaped investment which in turn kept the observation true — cause and effect loop, not natural inevitability.

Edge cases

If (zero years elapsed), what does give and does that make sense?
The exponent is , so and — the starting count, which is exactly correct at the reference year.
If the doubling time grows (Moore's Law slows), what happens to the log-plot slope?
The slope decreases, so the line flattens — a visible sign that scaling is decelerating, as observed in recent nodes.
What if (no shrink at all this "node")?
Nothing scales: area, delay, and power per transistor all multiply by , so there is neither density gain nor speed gain — a stalled generation.
At constant voltage (post-Dennard) but continued doubling, what is the trend in ?
With fixed and transistor count rising while area holds, increases each node — the rising heat that defines the power wall.
Can Moore's Law continue after Dennard scaling has died?
Yes — they are independent. Density kept doubling via new device geometries (FinFET and Gate-All-Around) even though per-transistor speed/power stopped improving for free.
What does predict as , and why is that physically impossible?
The formula diverges to infinity, but atoms have finite size and heat has finite limits, so unbounded exponential growth must eventually saturate — the model is a local approximation, not an eternal law.
If were plugged in (transistors grew instead of shrank), what would delay do?
Delay would increase, meaning slower transistors — correctly capturing that bigger devices switch more sluggishly.

Recall One-line self-test

Cover every answer above and re-derive the reason, not the verdict. If you can only recall "true/false" without the mechanism, that trap will still catch you on an exam.