Basics of phase-locked loops, from analog-only to all-digital: part 2

Phase Locked Loop (PLL) Dynamics

A Phase Locked Loop (PLL) is a dynamic device that tracks inputs and deals with transients and upsets. The PLL operates through three primary dynamic states:

1. Free-running mode: The Voltage-Controlled Oscillator (VCO) operates at its free-running “natural” frequency before lock.
2. Capture: The PLL actively pushes toward the reference frequency based on the loop bandwidth as it attempts to lock.
3. Phase-locked: The system achieves synchronization with acceptably low phase error and fast lock times. In this state, the output signal is fully synchronized in both phase and frequency with the reference. The PLL maintains this lock by continuously making subtle adjustments to the VCO, responding to even tiny variations in the reference signal to ensure robust stability.

Loop stability and bandwidth configuration are fundamental aspects of PLL design, directly impacting the dynamic response and noise performance of the system. The loop bandwidth of a PLL dictates its responsiveness to changes in the input reference or other system disturbances. A wider bandwidth generally leads to faster tracking and reduced reference spur filtering, but it can also increase in-band phase noise. On the other hand, a narrower bandwidth offers enhanced VCO phase noise suppression and improved noise shaping, but sacrifices settling speed and tracking capability.

The Digital PLL

In the evolution of PLLs, the analog PLL has been replaced by a mostly digital design known as the digital PLL (DPLL). The DPLL is more robust with respect to noise and process variations compared to analog PLLs, and is easier to integrate with digital circuits in VLSI design. It utilizes a time-to-digital converter (TDC) to quantize the phase difference between the reference and feedback signals into a digital word, eliminating the need for an analog charge pump. The resulting error signal is processed by a digital filter, which allows for precise control parameters and eliminates issues associated with analog component tolerances and environmental variations.

The DPLL has several advantages over analog PLLs, including higher immunity to noise, improved stability, and software reconfigurability. Its digital nature allows for easy reconfiguration through software, providing real-time flexibility. However, the discrete-time nature of DPLLs introduces trade-offs such as processing delay, quantization noise, design complexity, and power consumption.

Going All-Digital

The next step in PLL evolution is to replace the DAC and VCO with an all-digital equivalent to the VCO, known as a digital VCO or Digitally Controlled Oscillator (DCO). This is achieved using a specialized direct digital synthesis (DDS) arrangement or a topology scheme using capacitors that are switched in and out of the circuitry to change its resonant frequency. The all-digital PLL offers low-power, highly scalable designs that fit well with advanced CMOS technologies.

In conclusion, PLLs in all their variations and topologies are essential building blocks for modern design across a wide range of applications. Each implementation offers trade-offs in performance, integration, cost, size, and power consumption. Clever designs have overcome many shortcomings with an assessment of various considerations. The versatility, flexibility, and applicability of PLLs make them a viable approach in modern electronic design.