Electrical Signaling & PHY Interfaces — Overview
Introduction
Electrical signaling defines how digital information is physically transmitted across copper traces, connectors, and cables. PHY interfaces implement the lowest layer of communication, converting digital symbols into electrical waveforms and ensuring that data can propagate reliably through real channels affected by loss, noise, reflections, and jitter.
This section introduces the fundamental concepts required to understand:
- how PHYs generate and receive electrical signals
- how bits are encoded, modulated, and synchronized
- how equalization, CDR, and diagnostics maintain link integrity
- how electrical characteristics influence performance, EMI, and robustness
The child pages provide a structured and didactic view of the main aspects of modern PHYs.
Scope of This Section
This section focuses on universal PHY concepts, not on protocol‑specific implementations. It covers:
- PHY architecture (PCS, PMA, PMD)
- line coding and modulation
- clock recovery, jitter, and timing
- electrical characteristics, equalization, and diagnostics
It does not include:
- protocol‑specific PHYs (Ethernet, PCIe, USB, etc.)
- FPGA‑specific electrical I/O standards (LVDS, SLVS‑EC, CML, SSTL, HSTL…)
- RTL modules or implementation‑level details
Those topics live in dedicated sections such as the Design Library, Electrical I/O Standards, or Signal Integrity.
⭐ Child Pages
These are the official child pages of this section — all of them already exist and are fully aligned with the structure:
PHY Interfaces — Architecture and Signaling
Overview of PHY structure, roles of PCS/PMA/PMD, signaling types, and data flow.
PHY Interfaces — Line Coding and Modulation
Line‑coding schemes (8b/10b, 64b/66b, scrambling) and modulation techniques (NRZ, PAM‑4).
PHY Interfaces — CDR, Jitter, and Timing
Clock recovery, jitter types, eye width, timing margins, and synchronization mechanisms.
PHY Interfaces — Electrical Characteristics and Diagnostics
Driver architectures, equalization, channel loss, noise, crosstalk, and diagnostic features.
Electrical I/O Standards — Overview
A unified reference for electrical I/O standards used in FPGAs, ASICs, and high‑speed systems, including LVDS, SLVS‑EC, CML, SSTL, HSTL, voltage‑mode and current‑mode drivers, and termination schemes.
Future Extensions (Roadmap)
(Not shown on the page, but useful for planning)
Future sections may include:
- detailed pages for LVDS, SLVS‑EC, CML, SSTL, HSTL
- Signal Integrity (S‑parameters, channel modeling, eye compliance)
- FPGA I/O comparison tables
- practical PHY design guidelines
These will be developed separately to keep the Overview section clean and conceptual.
Purpose of This Section
This section provides the theoretical foundation for understanding:
- how PHYs convert bits into electrical signals
- how signals propagate through real‑world channels
- how receivers reconstruct data in the presence of noise and distortion
- how equalization, CDR, and diagnostics maintain link integrity
It prepares the ground for exploring real protocols, RTL implementations, and high‑speed design practices.