High-Speed Signal Integrity
High-speed PCB design is not defined only by clock frequency. A slow data rate with a very fast edge can still behave like a transmission line. Signal integrity means the receiver sees the intended logic level, timing, and waveform margin after the trace, return path, connectors, vias, and neighboring signals have all affected it.
Learning Objectives
By the end of this lesson, you should be able to recognize high-speed nets, preserve return paths, choose controlled impedance when needed, use termination, manage skew, reduce crosstalk, and review measurements without mistaking probe artifacts for board problems.
When a Trace Becomes High Speed
A useful rule is to treat an interconnect as a transmission line when the one-way propagation delay is more than about one-sixth of the signal rise time:
[
t_{PD} > \frac{t_R}{6}
]
FR-4 propagation delay is roughly (150\text{ ps/in}) to (180\text{ ps/in}), depending on geometry and dielectric constant.
Example: if (t_R=1\text{ ns}), then (t_R/6=167\text{ ps}). A one-inch trace can already matter.
Controlled Impedance
Controlled impedance depends on trace width, copper thickness, dielectric height, dielectric constant, solder mask, and reference plane. Do not guess impedance from width alone.
Common targets:
| Interface | Typical impedance |
|---|---|
| Single-ended clock | 50 ohm |
| USB differential pair | 90 ohm differential |
| Ethernet pair | 100 ohm differential |
| LVDS | 100 ohm differential |
Ask the fabricator for stackup data before final routing.
Return Path Continuity
Fast current returns under the signal trace on the nearest reference plane. Plane gaps, split crossings, missing stitching vias, and connector pinouts can force return current to detour, increasing loop area, ringing, and emissions.
If a signal changes layers, place a nearby ground stitching via so the return current can also change reference planes.
Termination
Reflections occur when trace impedance and load/source impedance do not match.
Reflection coefficient:
[
\Gamma=\frac{Z_L-Z_0}{Z_L+Z_0}
]
where (Z_L) is load impedance and (Z_0) is line impedance.
Common termination choices:
- source series termination near the driver;
- parallel termination at the receiver;
- Thevenin termination for biased lines;
- differential termination across pair inputs.
Use the interface standard and driver datasheet first.
Length Matching and Skew
Length matching matters when timing skew consumes setup/hold margin or differential-pair conversion becomes excessive. Match only what needs matching. Over-matching every low-speed net wastes area and can add unnecessary serpentine coupling.
[
t_{SKEW}=\Delta L \times t_{PD}
]
If a board delay is (160\text{ ps/in}), a 0.25 inch mismatch gives about (40\text{ ps}) skew.
Crosstalk
Crosstalk increases when traces are close, long, parallel, fast, and poorly referenced. Reduce it by increasing spacing, routing over continuous planes, shortening parallel runs, using guard ground only when it is well stitched, and slowing edge rates when the interface allows it.
Practical Review Checklist
- Identify fast edges, not just high clock rates.
- Confirm impedance target and fabricator stackup.
- Keep reference planes continuous under fast traces.
- Add return stitching vias near layer changes.
- Keep differential pairs together and avoid stubs.
- Terminate according to driver and receiver needs.
- Measure with short ground springs or proper high-speed probes.
Common Mistakes
- Routing fast clocks over a split plane.
- Matching lengths while ignoring return-path discontinuities.
- Adding long serpentine sections that increase coupling.
- Using a long oscilloscope ground lead on a fast edge.
- Assuming a connector or via is electrically invisible.
Summary
High-speed signal integrity is edge-rate and return-path design. Controlled impedance, termination, skew control, via strategy, and measurement technique all work together to preserve waveform and timing margin.
Further Reading
- Eric Bogatin, "Signal and Power Integrity."
- Howard Johnson and Martin Graham, "High-Speed Digital Design."
- Texas Instruments, "High-Speed Layout Guidelines."