6.4.7 · D1Power, Thermal & Reliability

Foundations — Dark silicon problem

2,117 words10 min readBack to topic

Before you can read the parent note, you need to earn every symbol it throws at you. This page starts from absolute zero — no prior electronics assumed — and builds each idea onto the last. Read top to bottom; nothing is used before it is defined.


1. Power — the thing we run out of

Picture a tap. Energy is the total amount of water in the bucket; power is how fast the water is pouring out right now. A chip that "uses 100 watts" is pouring out energy at a fixed rate every second — and every one of those watts turns into heat inside a fingernail-sized square of silicon.

Why does the parent topic care? Because heat is the enemy. If a chip makes heat faster than the cooling can carry it away, the silicon cooks itself. So there is a ceiling on watts — and that ceiling is the whole story.

Figure — Dark silicon problem

2. The transistor and "switching"

Picture a stadium of people flipping cards. One person flipping once uses almost nothing. A billion people flipping billions of times per second? That adds up to a furnace.

This gives us our first symbol.

Why the topic needs : power depends on how busy the chip is, not just how big it is. is the knob that captures "busyness."


3. Voltage — the electrical "push"

Picture two water tanks at different heights. The height difference is voltage — the higher the drop, the harder the water pushes. Higher voltage makes transistors switch faster and more reliably, but (as we'll see) it costs power squared.


4. Current and leakage current

Picture the OFF transistor as a closed but slightly dripping valve. Multiply that drip by a billion transistors and it becomes a real river of wasted power.

Why the topic needs : it explains the parent note's warning that dark silicon still costs power. A switched-off region isn't free — it leaks. That's why we need Power-gating to fully cut its supply.


5. Capacitance — the "bucket" each transistor fills

Picture each transistor as a little bucket. To turn it ON you must fill the bucket; to turn it OFF you empty it. A bigger bucket takes more water (energy) to fill each time.

Why the topic needs : every switch dumps the energy stored in this bucket as heat. More capacitance → more heat per flip.


6. Clock frequency — how fast we flip

Picture a metronome for the whole chip. Every tick, work happens. Faster metronome = more work per second = more flips per second = more power.

Figure — Dark silicon problem

Why the topic needs : frequency is the most obvious way to go "faster," but faster means hotter — this tension is the heart of dark silicon.


7. Putting them together: the two power equations

Now every symbol in the parent note's central equations is defined. Let's read them out loud.

Read it as a story: to spend dynamic power you need transistors that are busy (), each with a bucket to fill (), pushed by voltage — and because both filling and emptying scale with the push, voltage enters squared — happening times each second.


8. Area and power density

Picture a hotplate. Ten watts spread over a dinner plate is warm; ten watts focused on a pinhead melts metal. It's not total watts that burn the chip — it's watts per square millimetre. Shrinking transistors packs the same watts into less area, so density climbs.

Why the topic needs it: this is exactly why Dennard-scaling mattered — it was the rule that kept power density constant as transistors shrank. When it broke, density began to rise, and dark silicon was born.


9. TDP — the ceiling we bump into

Picture the circuit breaker in the kitchen analogy from the parent note. You own 16 burners but the breaker trips past 4-burners-worth of power. TDP is that breaker. See TDP-and-power-budget.

Figure — Dark silicon problem

10. Scaling factor and the floor / ceiling brackets

That for area (versus for a single length) is the key to reading Dennard's cancellation in the parent note. See Mores-law for why keeps shrinking.

Why the topic needs it: you can't run half a core. If the power budget allows cores, you actually run . The bracket enforces "cores are whole things."


11. The dark silicon fraction itself

Now every piece is on the table, so the parent's headline formula reads plainly.

This connects onward to Multi-corescaling, Heterogeneous-computing, and Amdahls-law, which the parent note explores.


Prerequisite map

Power in watts

Dynamic power

Static power

Transistor switching

Activity factor alpha

Capacitance C

Voltage V

Frequency f

Leakage current I leak

Power density

Area A and scaling s

Dennard scaling breakdown

TDP ceiling

Dark silicon fraction

Floor bracket and N cores


Equipment checklist

Cover the answers and test yourself — you're ready when all reveal cleanly.

What does one watt mean?
One joule of energy spent every second — power is energy per second.
What is the activity factor ?
The fraction of transistors actually switching right now, between 0 and 1.
Why does voltage appear squared in dynamic power?
Because the energy per switch scales with (charge and the push to move it ).
What is capacitance in plain words?
The "bucket size" — how much charge each transistor must fill before it flips.
What is leakage current ?
The current that escapes through a transistor even when it is OFF.
Why is static power paid even by dark silicon?
Because leakage happens whenever voltage is applied, whether or not anything is switching.
What does measure and its unit?
Clock ticks per second, measured in hertz (Hz); each tick is a chance to switch.
Why is power density worse than total power for a chip?
Heat concentrated in a tiny area burns the silicon even if total watts are modest.
What does mean and why use it here?
Round down to a whole number — because you can only run whole cores.
Why does area scale as when transistors shrink by ?
Area is length times width, and each dimension shrinks by , so area shrinks by .
What is TDP?
The maximum sustained power the cooling system can safely remove — the hard ceiling on watts.
State the dark silicon fraction and each part.
: allowed power over needed power, subtracted from one.