6.4.10 · D1Power, Thermal & Reliability

Foundations — Energy efficiency (performance per watt)

1,723 words8 min readBack to topic

This page assumes you have seen nothing. We name every letter and picture on the parent note before it is ever used, in an order where each idea leans on the one before it.


1. Energy, Power, Work, and the Joule

Before any chip talk, three plain words.

Why the topic needs this: performance/watt divides work by power. The seconds inside "work per second" and "energy per second" cancel, leaving work per joule. You cannot see that cancellation until you know power is literally joules ÷ seconds. See FLOPS and Benchmarking for how we count the "work" side.


2. The transistor as a switch, and the capacitor

Why the topic needs it: the parent's headline equation has in it. Without knowing is "charge held per volt," the later would be a mystery.


3. Voltage and the energy stored on a capacitor

Why the topic needs it: the parent's biggest "aha" — halving voltage quarters dynamic power — is nothing but this triangle area shrinking to a quarter. This is also the engine behind DVFS - Dynamic Voltage and Frequency Scaling.


4. Frequency and the activity factor

Why the topic needs it: without we'd assume all gates switch every tick and hugely over-estimate power. is why real chips draw far less than their worst case.


5. Assembling the dynamic power law

Now every letter is defined, so the parent's boxed equation reads like a sentence:

This is derived fully on the parent; here you now hold every symbol it uses. Contrast this switching drain with the always-on drain in Dynamic vs Static Power.


6. Leakage current and static power

Why the topic needs it: total power is . The third "common mistake" on the parent is entirely about not forgetting this term.


7. The chain that makes efficiency collapse ()

Substituting into turns into . Performance rises only like , so: That decline is why designers stopped chasing clock speed and spread work across many cores — see Multicore and Parallelism and the budgeting number Thermal Design Power (TDP).


8. Reading the two units on the metric

Recall Why "GFLOPS/W" secretly means "GFLOP per joule"

Because — the "per second" cancels top and bottom, leaving work per joule.


Prerequisite map

Joule and Watt = energy and power

Power = energy over time

Transistor as a switch

Gate acts like a capacitor C

Energy on capacitor = half C V squared

Voltage V = electrical push

Frequency f = ticks per second

Switches per second = alpha times f

Activity factor alpha

Dynamic power = alpha C V squared f

Leakage current I leak

Static power = V times I leak

Total power

V rises with f

Power grows like f cubed

Performance per watt = work per joule


Equipment checklist

Test yourself — cover the right side.

What unit is power measured in, and what does 1 watt equal?
The watt; (one joule per second).
In plain words, what is capacitance ?
How much charge a gate holds per volt of push — its "size" as a tiny store of charge.
Why is the energy on a charged gate proportional to , not ?
Charge grows with , and energy is push times accumulated charge, so you multiply by something that also grew with (the triangle area).
What does the activity factor represent?
The fraction of gates that actually flip on a given clock tick (between 0 and 1).
What is , in words?
The number of gate switches happening per second.
What is leakage current ?
A small unwanted current that flows even when transistors are "off," wasting power as .
Why does raising frequency force voltage up?
Faster switching needs charge pushed in faster, which needs a bigger voltage push, so roughly .
Why do the "per second" units cancel in performance/watt?
Performance is work/s and power is energy/s; dividing cancels the seconds, leaving work per joule.