3.2.4 · D1CMOS Circuit Design

Foundations — Static vs dynamic power dissipation

1,891 words9 min readBack to topic

This page assumes you know nothing. We will build every letter, every squiggle, and every picture that the parent note Static vs dynamic power dissipation throws at you, in an order where each idea leans on the one before it.


1. Charge, current, voltage — the three words under everything

Before any power formula makes sense, you need the three most basic electrical quantities. They are not the same thing, and mixing them up is where most confusion starts.

Figure — Static vs dynamic power dissipation

WHY the topic needs these: Every power number in this chapter is built by combining exactly these three. In the picture, the red arrow is the current — the flow. The tank height is voltage — the push. The water itself is charge — the stuff. Keep this picture in your head; we reuse it constantly.

The one relationship you must feel in your bones:


2. What a capacitor is, and why

Every wire and every transistor gate in a chip acts like a tiny capacitor: two conductors separated by an insulator that can hold charge.

Figure — Static vs dynamic power dissipation

The picture: two parallel plates. Pile charge on the top, on the bottom, and a voltage appears between them. A fatter capacitor (bigger , wide bucket) needs more charge to reach the same voltage.

WHY the topic needs it: In the parent note, is the "load capacitance" — the total bucket of wire + next-gate inputs that your gate must fill (charge to ) or empty (drain to ) every time the output flips. This is the thing dynamic power pays to move. See Capacitance in interconnects for where physically comes from.


3. Energy and power — and why they are different

These two words get used interchangeably in daily life. In this chapter they are strictly separate, and the parent note's most common mistake comes from confusing them.

WHY this split is the whole game: Charging a capacitor once costs a fixed energy ( joules). But power = that fixed energy × how many times per second you do it. That is exactly why the switching-power formula has an (frequency) in it and the energy formula does not.

Recall Quick self-check

An idle chip does the charge trip zero times per second. Its switching energy per trip is unchanged, but its switching power is ___? Zero — no trips per second means no watts, even though each hypothetical trip would still cost the same energy. ::: Zero


4. The exponential — and why leakage uses it

Static (leakage) power is described with . You cannot read the topic without knowing what this symbol does.

Figure — Static vs dynamic power dissipation

The picture: compare a straight line (add-the-same-amount) with the exponential curve (multiply-by-the-same-factor). The red exponential stays low, then explodes.

WHY the topic needs it: Subthreshold leakage current is It says: shrink the threshold voltage a little, and leakage multiplies, not merely adds. That "explosion" shape is the entire reason leakage became a monster in tiny chips. See Threshold voltage and subthreshold conduction.

  • — voltage from gate to source of a transistor (the "on/off" control knob).
  • — the threshold voltage: the gate voltage above which the transistor turns properly on.
  • mV — the thermal voltage, a temperature-set natural scale ( = Boltzmann's constant, = temperature in kelvin, = charge of one electron). It sets how sharp the exponential is.
  • — a fudge factor slightly above 1 describing a non-ideal transistor.

5. The integral sign — adding up tiny slices

The parent note derives energy with . Here is all you need to read it.

WHY the topic needs it: When a capacitor charges, the current isn't constant — it starts big and fades to zero. To get total energy you must add up the contribution of every tiny instant. That "add up infinitely many tiny bits" is precisely what does. The clever trick in the derivation — swapping for — is just changing what you slice by: instead of slicing time, slice voltage from to , which is easier because the limits are exactly the start and end voltages.


6. The named voltages, currents, and factors

Now that the building blocks exist, here is the full symbol dictionary the parent note assumes.

WHY specifically: real circuits don't toggle every clock. If they did, we'd overcount power hugely. scales the maximum switching power down to the realistic average. It is a pure probability — a picture of "out of 100 ticks, how many flip this wire."

Figure — Static vs dynamic power dissipation

The picture: a clock ticking; the red marks show the few ticks where the node actually flipped. = (red ticks) ÷ (all ticks). Here 3 flips out of 10 ticks means .


7. How it all feeds the topic

Charge Q

Q equals C times V

Voltage V

Capacitance C

Current I equals dQ dt

Integral sums tiny slices

Energy half C V squared

Energy vs Power split

Switching power

Frequency f

Activity factor alpha

Dynamic power

Short circuit current

Exponential e to the x

Subthreshold leakage

Threshold voltage V T

Static power

Total CMOS power

Everything on the left is built on this page; everything on the right is what the parent note derives. If any left-hand box feels shaky, reread its section above before moving on.


Equipment checklist

Test yourself — cover the right side and answer aloud.

What is the difference between charge, current, and voltage?
Charge = amount of electricity (litres); current = flow-rate of charge (litres/sec); voltage = the push/pressure driving it.
State the capacitor law and what means.
; capacitance = charge stored per volt (how wide the bucket is).
Why is energy different from power?
Energy is a fixed total (joules); power is energy per second (watts) = energy × events-per-second.
What does the symbol tell you to do?
Chop the range to into thin slices, evaluate on each, and add them all up (an area/total).
Why does appear in leakage current?
Leakage multiplies for each fixed drop in threshold voltage — runaway growth — which only the exponential captures.
What is the activity factor ?
The fraction of clock ticks on which a node actually flips, a probability between 0 and 1.
What does represent?
The supply voltage — the full HIGH level the chip runs at.
What does say in plain words?
Current is how fast charge changes each second; no change means no current.