Computing Library › Digital Logic & Circuits
Digital Logic & Circuits

SerDes and High-Speed Links

A SerDes converts parallel data to a fast serial stream and back, letting chips communicate over few wires at very high rates.

Why Serialize

Moving data between chips over many parallel wires runs into limits: the wires must stay closely matched in length so bits arrive together (skew), and each pin and trace costs area and power. A SerDes (serializer/deserializer) solves this by converting a wide parallel word into a single high-speed serial stream for transmission, then reconstructing the parallel word at the receiver. Fewer wires, run much faster, carry the same data.

Clock Recovery

Kronos motion — fast proton

A high-speed serial link usually sends no separate clock wire; the receiver must recover timing from the data itself. A clock and data recovery circuit, built around a phase-locked loop, locks onto the transitions in the incoming stream to regenerate the bit clock. For this to work the data must contain frequent transitions, which is ensured by line coding that limits long runs of identical bits and balances the number of ones and zeros.

Signal Integrity

At multi-gigabit rates the channel distorts the signal: high frequencies attenuate more, smearing bits into one another (inter-symbol interference). SerDes transceivers fight this with equalization, both pre-emphasis at the transmitter and adaptive equalizers at the receiver, to reopen the eye, the region of clean voltage-and-timing margin used to judge link quality. Differential signaling over paired wires rejects common-mode noise.

Where SerDes Live

SerDes underlies nearly every fast interface: PCI Express, Ethernet, USB, memory and chip-to-chip links, and the interconnect between processors and accelerators. In experimental physics instrumentation, high-speed serial links carry detector and diagnostic data out of dense, noisy environments over few conductors, exactly the setting where minimizing wire count while maximizing bandwidth and noise immunity matters most.