6.4.1 · D1Power, Thermal & Reliability

Foundations — Dynamic vs static power consumption

2,740 words12 min readBack to topic

This page assumes nothing. The parent topic's headline result is a formula that predicts how much power a chip's switching burns. That formula uses several letters you may never have met — a "how busy" number, a "bucket size," a "ticks per second." We will not write the formula yet: we build every letter from a picture first, one at a time, in the order they depend on each other, and only then assemble them. If the parent note used a symbol, we earn it here.


1. Voltage, Charge, Current — the three raw quantities

Everything electrical starts with three ideas. Picture electricity as water in pipes.

Figure s01 (below) puts all three on one picture: the tank holds the charge (the water sitting in it), the tank height is the voltage pushing that water out, and the flow through the pipe is the current. Read it left-to-right before moving on — the rest of the page keeps returning to this water picture.

We now have , , and . The relationship that ties charge to voltage needs one more idea — capacitance — so we build that next, then write the link.


2. Capacitance — the electric bucket

Now that is defined, we can state the link between charge, capacitance, and voltage:

Figure s02 (below) shows this two ways: on the left, a narrow bucket (small ) versus a wide bucket (large ) holding the same water at different levels; on the right, drawn as a straight line whose steepness is — a bigger is a steeper line, storing more charge for the same voltage.

Real chip capacitances are tiny, so we use prefixes:

More on where these capacitors physically come from: Capacitance in VLSI.


3. Energy and Power — the difference that names the whole topic

These two are constantly confused, so we separate them with pictures.


4. The integral, and the capacitor-charging energy

The parent note's Step 1 uses an integral. Here is that tool, from zero, applied to the exact quantity we need.

Now we actually do the sum. As charge accumulates on the capacitor, the voltage across it at that instant is (just rearranged). So the energy stored while filling from to final charge is:

WHAT we just did: summed the (rising) capacitor voltage over every slice of charge. WHY: the voltage grew as we filled, so a plain multiply would be wrong — the integral captures the growth. WHAT IT LOOKS LIKE: the triangular area under the straight line (a triangle's area is , which is exactly the ).

Substituting turns this into the form you will use everywhere:

This is the missing link the parent note's "average voltage is " line was quietly pointing at. Keep in your pocket.


5. Frequency — how often the switching happens

Slowing the clock to save power is exactly what Dynamic Voltage Frequency Scaling (DVFS) does.


6. The transistor as a switch, and

Figure s03 (below) draws the CMOS pair: the blue PMOS pull-up connects the output to , the green NMOS pull-down connects it to ground, and the gray load capacitor on the right is the "bucket" being filled or drained. The orange arrow shows the short-circuit path — the brief window during a transition where both switches are partly open, letting current run straight from to ground.

The brief moment where both taps are open at once — during a transition — is the short circuit the parent note warns about. Its size depends on how slowly the input changes: see Signal Transition Time.


7. The activity factor


8. Assembling the dynamic-power formula

Now every letter is earned, so we can build the parent topic's headline result — the promised goal of this page.

Chain the pieces together:

  1. Filling the load capacitor once from to and draining it again costs, in total, energy (half lost charging, half discharging — each half is the we derived in section 4).
  2. A node only switches on a fraction of ticks, and ticks come at rate per second, so switching events per second .
  3. Power is energy-per-event times events-per-second (the bridge from section 3): .

How it all feeds the topic

Charge Q

Q equals C times V

Voltage Vdd

Capacitance C

Energy half C V squared

Integral area under curve

Dynamic power

Frequency f

Activity factor alpha

Transistor switch and Vth

Leakage current

Short circuit current

Current I

Temperature

Static power

Total chip power and heat

Read it top-down: the three raw quantities (, , ) combine via into the energy to fill a capacitor ; add frequency and activity to get dynamic power; the transistor's imperfection (worsened by temperature) gives leakage and hence static power; both sum to the chip's total heat.


Equipment checklist

Cover the right side and answer out loud. If you can, you are ready for D2.

What does say in plain words?
The charge stored equals capacitance times voltage — more pressure or a wider bucket stores more charge.
What is the difference between energy and power?
Energy is a total lump-sum (joules); power is energy per second (watts). The topic measures power.
What are the units and meaning of ?
Farads; how much charge a node holds per volt — its "bucket width."
How do on-chip (pF) and board-level (µF) capacitors differ in size?
Board caps in microfarads are about a million times bigger than on-chip picofarad loads.
Convert .
, i.e. milli — that is why chip powers land in milliwatts.
Derive the energy stored in a capacitor from the integral.
— the triangular area under .
What does the activity factor measure?
The fraction of clock ticks on which a node actually switches (0 to 1).
Why does an integral appear when charging a capacitor?
Because the capacitor voltage changes as it fills, so you must sum tiny slices (area under the curve) instead of multiplying once.
What is the threshold voltage ?
The gate pressure at which a transistor flips from off to on.
How does leakage current behave with threshold voltage and temperature?
It rises exponentially as falls and climbs sharply as temperature rises (a potential runaway loop).
Assemble the dynamic-power formula and name each letter.
— busy-ness, bucket size, pressure squared, ticks per second.