6.4.1 · D3Power, Thermal & Reliability

Worked examples — Dynamic vs static power consumption

3,424 words16 min readBack to topic

This page is a drill through every case the dynamic/static power formulas can throw at you. We start from the parent page's two master formulas and never assume a step. If a symbol appears, it was defined either here or in 6.4.1 Dynamic vs static power consumption first.

Recall The formulas we will use everywhere

Dynamic power = the two switching-related terms added together: On most cases the short-circuit term is small, so we often use ; Cell E handles explicitly. Static (leakage) power: Total: .

Meanings (plain words):

  • ::: activity factor — fraction of clock ticks on which a node actually flips, between 0 and 1
  • ::: load capacitance in farads — how much charge a node must move to change voltage
  • ::: supply voltage in volts — the "height" the charge is pumped to
  • ::: clock frequency in hertz — flips per second
  • ::: leakage current in amps — the trickle through "off" transistors
  • ::: short-circuit (shoot-through) power — energy burned when both transistors briefly conduct at once

The scenario matrix

Every power question is one (or a blend) of these case classes. Below, each class gets at least one fully worked example, tagged with its cell letter.

Cell Case class What breaks / what to watch
A Plain plug-in (all values given, non-zero) unit prefixes pico/giga/milli must cancel cleanly
B Voltage scaling of dynamic power (ratio question) dominance — never scale linearly
C Frequency scaling linear in — but real DVFS ties to
D Activity factor extremes ( and ) ⇒ dynamic vanishes, only leakage left
E Short-circuit term & the cutoff term goes to zero, not negative
F Static vs dynamic crossover (idle chip) which term wins at low activity?
G Real-world word problem (battery / TDP) translate watts → joules → hours; both terms scale
H Static power's linear voltage scaling , not
I Exam twist (combined scaling + solve-for-unknown) change two variables at once, or invert the formula

The figure below is the map for the whole page: nine coloured tiles, one per case class A–I. As you work each example, find its letter on the tile — the tile colours are reused in the worded steps (lavender = a voltage lever, coral = a ratio/scaling lever, mint = frequency or word-problem, butter = activity or leakage) so you can see at a glance which lever that case pulls. Notice the caption formula at the bottom: every tile is just a way of stressing one piece of .

Figure — Dynamic vs static power consumption

Cell A — Plain plug-in


Cell B — Voltage scaling of dynamic power


Cell C — Frequency scaling


Cell D — Activity factor extremes


Cell E — Short-circuit term & its cutoff


Cell F — Static vs dynamic crossover


Cell G — Real-world word problem


Cell H — Static power's linear voltage scaling


Cell I — Exam twist


Recall Self-check

If activity factor is 0, is total power zero? ::: No — dynamic power is zero but static (leakage) power remains. A 20% voltage cut reduces switching power by how much? ::: About 36% (factor ). A 30% voltage cut reduces static power by how much? ::: Exactly 30% — static is linear in . When does short-circuit power become exactly zero? ::: When ; clamp the formula to 0, never negative.

See also: CMOS Inverter Design · Thermal Design Power (TDP) · FinFET Transistors · Subthreshold Slope · Signal Transition Time · Amdahl's Law