PDN Impedance Analyzer: Taming Plane-Pair Resonances With Genetic-Algorithm Decoupling
A 1.0 V / 30 A FPGA power rail needs flat impedance from 100 kHz to 1 GHz. Cavity resonances between the power and ground planes create impedance spikes that no single capacitor value can fix. This post walks through the physics of plane-pair resonances, then uses a genetic algorithm to find the optimal decoupling capacitor mix.
Contents
- The Problem: A 1.0 V FPGA Rail That Won't Stay Quiet
- Plane-Pair Cavity Resonances
- The Cavity Model: Novak's Green's Function
- Why One Capacitor Value Isn't Enough
- The Genetic Algorithm Approach
- Running the Optimizer
- Impedance Profile
- Optimized Capacitor Mix
- GA Convergence
- Design Insights
- 1. Plane Spacing Matters More Than You Think
- 2. ESL Dominates Above 100 MHz
- 3. Don't Ignore the VRM Loop Inductance
- 4. The 30-Cap Constraint Is Realistic
- Comparing With a Hand-Picked Solution
- Practical Notes
- Conclusion
The Problem: A 1.0 V FPGA Rail That Won't Stay Quiet
Modern FPGAs draw 30 A or more from a 1.0 V core rail. The target impedance is simple to calculate:
That target must be met from below 100 kHz (where the VRM regulates) up to 1 GHz (where the package decoupling takes over). In between, the PCB's power distribution network (PDN) is on its own — and that's where resonances hide.
The board is 100 mm x 120 mm, FR-4 with and . The power–ground plane pair is spaced 0.1 mm apart (4-mil dielectric). Let's see what happens when we throw this into the PDN Impedance Analyzer at rftools.io/tools/pdn-impedance.
Plane-Pair Cavity Resonances
Two parallel copper planes separated by a thin dielectric form a resonant cavity — exactly like a rectangular microwave resonator, just very thin. The resonant frequencies are:
where and are the board dimensions, and are mode indices, and is the speed of light.
For our 100 mm x 120 mm board with :
- TM₁₀ at 722 MHz
- TM₀₁ at 602 MHz
- TM₁₁ at 940 MHz
The Cavity Model: Novak's Green's Function
The analyzer uses the Green's function approach from Istvan Novak's formulation. The impedance between two points on the plane pair is:
where is the dielectric thickness, , , , and is the Neumann factor (1 for , 2 otherwise).
The probe point is placed at the center of the board — worst case for odd-odd modes, and representative of a typical BGA location.
Why One Capacitor Value Isn't Enough
A single MLCC has a series resonance (SRF) where its impedance drops to just its ESR:
A 100 nF / 0402 cap with 400 pH ESL resonates around 25 MHz. Below that, it looks capacitive and reduces low-frequency impedance. Above that, it looks inductive — and *adds* to the problem.
To cover the full 100 kHz to 1 GHz band, you need a mix of capacitor values:
| Value | Package | Typical SRF | Coverage |
|---|---|---|---|
| 100 µF | 0805 | ~500 kHz | VRM handoff |
| 10 µF | 0603 | ~2 MHz | Low-frequency bulk |
| 1 µF | 0402 | ~8 MHz | Mid-band |
| 100 nF | 0402 | ~25 MHz | Mid-high |
| 10 nF | 0201 | ~80 MHz | High-frequency |
| 1 nF | 0201 | ~250 MHz | Very high |
| 100 pF | 0201 | ~800 MHz | Near-GHz |
The Genetic Algorithm Approach
The analyzer uses a genetic algorithm (GA) to find the optimal capacitor mix. Each individual in the population is a vector of 7 integers — the count of each capacitor type — constrained to a maximum total of 30 caps (our board has limited real estate near the BGA).
Fitness function: For each candidate solution, the tool computes the combined impedance of the cavity (parallel combination of plane-pair impedance with all the capacitors in parallel), then finds the worst-case ratio of to . The GA minimizes this ratio. Selection: Tournament selection with . Four random individuals are drawn; the one with the lowest fitness (least violation) wins. Crossover: Two-point crossover on the gene vector, with constraint repair — if the child exceeds the max cap count, the algorithm randomly trims capacitor counts until the constraint is satisfied. Mutation: Each gene has a probability of adjustment, again followed by constraint clamping.Running the Optimizer
We set up the following parameters in the tool:
- Board: 100 mm x 120 mm, ,
- Plane spacing: 0.1 mm
- Supply: 1.0 V, 30 A, 5% ripple budget
- VRM: 0.5 mΩ output resistance, 100 nH loop inductance
- Frequency range: 100 kHz to 1 GHz
- Max decoupling capacitors: 30
Impedance Profile
The red curve shows the bare plane-pair impedance with no decoupling — massive spikes at each cavity resonance. The green curve shows the optimized PDN with all 30 capacitors placed. The blue horizontal line is our 1.67 mΩ target.
The optimizer met the target across the full band. The worst violation was −0.5 dB *below* target — meaning we have margin.
Optimized Capacitor Mix
The GA converged on this solution:
| Type | Count | ESR | ESL | SRF |
|---|---|---|---|---|
| 100 µF / 0805 | 2 | 5 mΩ | 800 pH | 563 kHz |
| 10 µF / 0603 | 4 | 12 mΩ | 600 pH | 2.1 MHz |
| 1 µF / 0402 | 5 | 25 mΩ | 450 pH | 7.5 MHz |
| 100 nF / 0402 | 8 | 50 mΩ | 400 pH | 25 MHz |
| 10 nF / 0201 | 6 | 80 mΩ | 300 pH | 92 MHz |
| 1 nF / 0201 | 3 | 100 mΩ | 250 pH | 318 MHz |
| 100 pF / 0201 | 2 | 120 mΩ | 200 pH | 1.13 GHz |
GA Convergence
The fitness (worst-case ratio) dropped from ~2.5 in generation 1 to ~0.85 by generation 150, and plateaued there. This tells us the GA found a near-optimal solution well before the 400-generation limit. Running 200 generations would have been sufficient for this board size.
Design Insights
1. Plane Spacing Matters More Than You Think
Reducing the plane-pair spacing from 0.2 mm to 0.1 mm roughly doubles the interplane capacitance (). This shifts the cavity resonances and can eliminate the need for 2-3 decoupling caps. If your stackup allows it, tight plane spacing is the cheapest PDN improvement.
2. ESL Dominates Above 100 MHz
Above the SRF, a capacitor looks inductive. The ESL — not the capacitance — determines high-frequency performance. The optimizer's preference for 0201 packages at high frequencies reflects their lower ESL (200-300 pH vs 400-800 pH for 0402/0603).
3. Don't Ignore the VRM Loop Inductance
The VRM's output inductance () creates an impedance rise at low frequencies. If is too high, even large bulk caps can't bridge the gap between the VRM's bandwidth and the decoupling network. The tool models this as a series RL from the VRM.
4. The 30-Cap Constraint Is Realistic
With a 15 mm x 15 mm BGA footprint, you can fit roughly 30-40 decoupling caps within a 5 mm halo around the package. The constraint forces the optimizer to make smart tradeoffs rather than brute-forcing with hundreds of caps.
Comparing With a Hand-Picked Solution
A common rule of thumb is to place 10x 100 nF, 5x 10 µF, and 5x 1 µF — a 20-cap solution. Running this through the analyzer shows it fails above 200 MHz because there's no high-frequency coverage. Adding even 5x 10 nF caps fixes the 200-500 MHz range, but the 500 MHz-1 GHz region still has resonance spikes.
The GA's solution uses all 7 cap values and allocates counts based on where the impedance needs the most help. No rule of thumb can match this level of frequency-domain awareness.
Practical Notes
Board size sensitivity: Larger boards have lower-frequency cavity resonances. A 200 mm x 250 mm server board might see TM₁₀ at 290 MHz — well within the decoupling band. Smaller boards (50 mm x 50 mm) push resonances above 1 GHz where they're less problematic. Dielectric constant: High- laminates (like Rogers or Megtron) lower resonant frequencies. This is usually beneficial for decoupling (more interplane capacitance), but can surprise you if resonances shift into your signal bandwidth. Loss tangent: Higher damps resonance peaks. FR-4's provides modest damping. Low-loss laminates () have sharper resonance spikes that are harder to suppress.Conclusion
PDN design is a frequency-domain problem that spans four decades. Plane-pair cavity resonances create impedance spikes that hand-placed decoupling can miss entirely. The genetic algorithm approach finds a capacitor mix that covers the full band while respecting a realistic cap count budget.
Try the tool at rftools.io/tools/pdn-impedance — input your board dimensions, stackup, and power requirements, and let the optimizer find the decoupling solution.
*Related tools: PCB Trace Impedance, Via Impedance, Decoupling Capacitor, Bypass Cap Resonance*
Related Articles
Eye Diagram Analysis for 10 Gbps SerDes: Validating Your Channel Before You Spin
A PCB designer routes a 10 Gbps SerDes lane across a 20 cm FR-4 trace with two connectors. Learn how to use S-parameter data and an eye diagram simulation to catch a failing channel before committing to fab.
Mar 1, 2026
Signal IntegrityS-Parameter De-embedding: Removing Fixture Connectors from VNA Measurements
A practical walkthrough of the S-parameter analysis pipeline: viewing raw VNA data, identifying connector response, applying time gating to isolate a PCB trace DUT, checking passivity, and cascading a de-embedding file to get clean trace-only S-parameters.
Mar 1, 2026
ThermalHow to Size a Heatsink Correctly: Thermal Resistance Math Every Engineer Should Know
Learn how to calculate required heatsink thermal resistance (θ_SA) from power dissipation, junction limits, and thermal path resistances. Worked examples included.
Mar 4, 2026