DEV Community

Cover image for PCB Design for AI Edge Inference: Thermal, PDN, and Signal Integrity Guide
AtlasPCBEngineering
AtlasPCBEngineering

Posted on • Originally published at atlaspcb.com

PCB Design for AI Edge Inference: Thermal, PDN, and Signal Integrity Guide

Edge AI inference boards face three simultaneous challenges that standard digital design doesn't address: thermal transients from bursty NPU workloads exceeding 15 W/cm² in tiny packages, power delivery networks supplying 50-100A with sub-nanosecond transients at <3% voltage droop, and LPDDR5X memory interfaces at 6400 MT/s requiring tight impedance control on thin stackups.

Here's how to tackle all three on a single 8-12 layer PCB.

The Edge AI Design Challenge

Unlike data center GPUs with 400W TDP spread across large cards with forced-air cooling, edge inference modules must dissipate 10-25W in credit-card form factors with passive cooling. NPUs from Qualcomm, MediaTek, Hailo, and Kneron pack dense matrix multiply engines into 8x8mm to 15x15mm packages — power densities of 10-20 W/cm² comparable to laptop processors but without laptop-class thermals.

The PCB simultaneously serves as structural platform, thermal pathway, power distribution network, and signal transmission medium. You can't optimize one without affecting the others.

10-Layer Stackup for Edge NPU

A production-proven stackup:

Layer Function Thickness
L1 Signal (NPU BGA breakout) 35μm Cu + 75μm prepreg
L2 Ground (solid reference) 35μm Cu
L3 Signal (LPDDR5X DQ/DQS) 18μm Cu + 100μm core
L4 Power (VDD_NPU) 35μm Cu
L5 Ground (PDN return + thermal) 35μm Cu + 100μm core
L6 Power (VDD_IO + VDD_MEM) 35μm Cu
L7 Signal (peripheral) 18μm Cu + 100μm core
L8 Ground (reference) 35μm Cu
L9 Signal (power supply routes) 18μm Cu + 75μm prepreg
L10 Signal + GND pour (bottom) 35μm Cu

Key design rule: Ground planes do triple duty — signal reference, PDN return current, and thermal conduction. Never route signals on ground layers. Zero exceptions.

Thermal Management: Designing for Burst Power

Edge NPUs exhibit extreme load variation: idle at 2-3W, burst to 15-25W during 10-50ms inference passes, then return to idle. This creates thermal cycling that fatigues solder joints faster than equivalent continuous power.

Design for peak, not average. Your thermal via array must handle burst power.

Thermal via specifications:

  • 0.3mm diameter PTH on 0.8mm pitch
  • Fill entire exposed pad area (10x10mm pad → 12x12 array = 144 vias)
  • Achieves 15-20°C/W from pad to board bottom
  • Use VIPPO (via-in-pad plated over) — standard vias with tented mask create air gaps that reduce effectiveness by 30-50%

Power Delivery for Sub-Nanosecond Transients

NPU core supply: 0.75-0.9V, ±3% tolerance (22-27mV), 50-80A peak with 50-100 A/μs slew rate. Total PDN impedance must stay below 0.3-0.5 mΩ from DC to 100 MHz.

Three-tier decoupling strategy:

  1. Bulk (22-100μF MLCC): within 5mm of NPU, covers 10 kHz–1 MHz
  2. Midband (0.1-1μF, 0201): within 2mm of BGA balls, covers 1-50 MHz
  3. High-frequency (10-100nF, 0201 min ESL): at power ball positions or back-side beneath BGA, covers 50-200 MHz

Critical rule: Minimize current loop area for every decap. A cap on L1 with vias to VDD on L4 and GND on L5 creates a 300μm loop adding 200-400pH per via. Multiple vias per pad and adjacent VDD/GND planes are mandatory.

LPDDR5X Routing at 6400 MT/s

LPDDR5X uses single-ended 40-50Ω impedance. Key constraints:

  • DQ-to-DQS matching: ±0.5mm within each byte lane (~3.5ps skew)
  • Address/Command: ±2.0mm to clock
  • Dielectric: 75-100μm between signal and reference plane for impedance control
  • Crosstalk: -15 to -20 dB coupling at 4/4mil trace/space on 75μm dielectric

At 10mm trace length on standard FR-4, insertion loss at 3.2 GHz Nyquist is only ~0.3 dB — well within receiver margin. FR-4 works for compact edge modules where memory-to-NPU distance is under 10mm.

For crosstalk mitigation: route DQ on stripline layers (between two ground planes), maintain 2x trace-width spacing between byte lanes, use ground guard traces between DQ groups.

Material Selection: Don't Over-Specify

Material Class Use When Cost Premium
Standard FR-4 (IT-180A, S1000-2) LPDDR5 ≤4800 MT/s, traces <15mm Baseline
Mid-loss (IT-170GRA, Megtron 4) LPDDR5X 6400 MT/s, traces 10-25mm +20-35%
Ultra-low-loss (Megtron 6/7) 112G SerDes, PCIe Gen 6 +60-100%

Pragmatic approach: Use standard FR-4 for all layers except the memory signal layer(s), where a single mid-loss prepreg provides adequate performance at only 10-15% total cost uplift.

Pre-Fab Checklist

Before sending your design:

  1. Thermal path continuity: Confirm thermal vias connect through ALL ground planes without inner-layer traces crossing the array
  2. PDN impedance: Verify mid-band (1-50 MHz) impedance target with planned capacitor count
  3. Memory matching: Post-route verify DQ-to-DQS within ±0.5mm per byte lane
  4. Stackup confirmation: Submit to fabricator for impedance modeling — actual Dk varies 5-10% from published values

Building AI edge hardware? We wrote a more detailed version of this guide with full CTA specifications on our engineering blog. For HDI and fine-pitch BGA boards, check our HDI PCB technology guide and via-in-pad VIPPO manufacturing process.

Top comments (0)