Electronics

Signal Integrity Basics

High-speed digital design — reflections, crosstalk, power integrity, and termination.

When traces become transmission lines

Rule of thumbTrace length > (t_r × 0.5) / (prop delay per unit)
ExampleSignal with 1 ns rise time on FR-4 (~6 in/ns in outer): any trace > 3 in acts transmission-like
Characteristic Z_0Depends on trace width, height above plane, dielectric. Common: 50 Ω single-ended, 100 Ω diff

Reflections

MismatchΓ = (Z_L − Z_0) / (Z_L + Z_0)
Open endΓ = +1 (full reflection, doubles voltage)
Short endΓ = −1 (full inversion)
TerminationEnd at Z_0 for no reflection. Can also source-terminate.

Termination styles

StyleWherePowerUse
SeriesAt sourceLowPoint-to-point; DDR command lanes
ParallelAt far endHighSSTL, LVDS (AC-coupled)
TheveninSplit at far endMediumBussed topology
ACCap + R at far endLowDDR4/5 differential
DifferentialAcross pairVariesUSB, Ethernet, HDMI, MIPI

Crosstalk

  • Keep 3W spacing (3× trace width) between parallel traces.
  • Avoid parallel runs > 10 mm on high-speed signals.
  • Use guard traces or layer separation for critical signals.
  • Break 90° turns into two 45° segments or arcs.

Power integrity

  • Provide tight decoupling — cap close to IC power pins, continuous ground return.
  • Avoid split planes under high-speed signals — return currents are forced to detour.
  • Use bulk cap (10 µF) near regulators, distributed ceramics (100 nF) at ICs.
Was this article helpful?