Signal Integrity Fundamentals
Why high-speed traces need controlled impedance, how termination prevents reflections, and why the ground return path matters as much as the signal trace itself.
PCB design basics treats a trace as a perfect wire. At high enough frequencies or fast enough edge rates, that assumption breaks down — a trace starts behaving like a transmission line, with its own impedance and propagation delay.
Traces as transmission lines
Any trace has a characteristic impedance determined by its width, the dielectric thickness beneath it, and the dielectric material — typically engineered to a standard value like 50 Ω for single-ended signals. A "controlled-impedance" board is one where the manufacturer guarantees the stack-up holds that target impedance within a tolerance.
Whether this matters depends on the signal's edge rate relative to the trace's electrical length — roughly, once a trace is longer than about a sixth of the signal's rise-time-equivalent wavelength, treat it as a transmission line rather than a lumped wire.
Reflections and termination
When a signal hits a point where impedance changes abruptly — an unterminated trace end, a connector, a via — part of the signal's energy reflects back toward the source instead of continuing to the receiver. Reflections show up as ringing or overshoot on the waveform, and in the worst case can corrupt the logic level enough to cause bit errors.
Termination resistors absorb this energy instead of reflecting it:
- Series termination: a resistor near the source, sized so source impedance plus the resistor matches the trace's characteristic impedance.
- Parallel termination: a resistor near the receiver, to ground or a bias voltage, that matches the trace impedance directly.
Which one (or whether you need either) depends on the signal speed, trace length, and how many receivers are on the line.
The ground return path
This is the most commonly misunderstood part of signal integrity: return current does not take the path of least resistance — it takes the path of least inductance, which at high frequency means the path directly beneath the signal trace, on the nearest unbroken ground plane.
If that ground plane has a slot or split running under a high-speed trace, the return current has to detour around it — and that detour adds inductance, slows the signal, and turns the detour route into an unintentional antenna. This is why continuous, unbroken ground planes under high-speed traces matter as much as the trace routing itself.
Crosstalk
Two parallel traces running close together couple energy between each other capacitively and inductively — crosstalk. A widely used rule of thumb is the "3W rule": keep trace spacing at least three times the trace width to keep coupling to a manageable level for most digital signals.
Why this matters in practice
These effects are invisible on a schematic — two designs that are electrically identical on paper can behave completely differently once laid out, purely because of trace geometry and ground plane continuity. Signal integrity is where "the circuit is correct" and "the board actually works at speed" can diverge.
The last sub-lesson, EMC Considerations, extends these same return-path ideas to a board's electromagnetic compatibility.