3.2.13 · D3CMOS Circuit Design

Worked examples — Power-delay product

2,311 words11 min readBack to topic

Quick symbol refresher (so line one makes sense):

  • = the load capacitance the gate must charge, measured in farads (F). Think "size of the bucket."
  • = the supply voltage in volts (V) — the "water pressure."
  • = energy per single 0→1 or 1→0 transition, in joules (J).
  • = energy the supply spends over a full up-then-down cycle (twice PDP).
  • = average dynamic power in watts (W), where is the activity factor (fraction of clocks that actually flip) and is clock frequency in hertz (Hz).
  • = propagation delay, seconds per transition.
  • = Energy-Delay Product, units J·s.

Unit prefixes you will meet: (femto), (pico), (nano), (micro), (giga).


The scenario matrix

Every PDP problem is really one of these case classes. The rest of the page fills each cell.

# Case class What makes it tricky Covered by
A Plain per-transition PDP picking the right formula Ex 1
B Power×delay cross-check proving the two paths agree Ex 2
C Voltage scaling (sign of change) law, energy drops Ex 3
D Zero / degenerate input or → PDP Ex 4
E Limiting behaviour makes delay blow up Ex 5
F Full-cycle vs per-transition convention factor-of-2 trap Ex 6
G Real-world word problem battery life from PDP Ex 7
H Exam twist: which of two gates wins? PDP ties, EDP breaks it Ex 8
I Activity factor idle bits don't burn energy Ex 9

Example 1 — Cell A: plain per-transition PDP


Example 2 — Cell B: cross-check via power × delay


Example 3 — Cell C: voltage scaling, energy drops


Example 4 — Cell D: zero / degenerate input


Example 5 — Cell E: limiting behaviour as


Example 6 — Cell F: full-cycle vs per-transition trap


Example 7 — Cell G: real-world battery-life word problem


Example 8 — Cell H: exam twist, PDP ties but EDP breaks it


Example 9 — Cell I: activity factor below one


Recall Which formula for which cell?

Per single flip energy ::: Full up+down cycle energy ::: (twice PDP) Average dynamic power ::: Breaks a PDP tie between two speeds ::: Effect of halving on PDP ::: PDP → one quarter (the law) Effect of on the energy of one transition ::: none — only scales power, not per-flip energy


Connections