ASIC and FPGA: PLL applications

Selecting a correct PLL earlier in design of ASIC, FPGA or SOC is critical.
 
ASIC clock generation: Generation of high frequency clocks from low frequency reference.
 
DDR (double data rate): Dual rate data transfers on both rising and falling edges of the clock. This technique doubles the amount of data transferred. Zero-Delay PLL clock drivers (buffer) and registers are required to meet the tight timing budget requirement of dual in-line memory modules (DIMM) & memory interface applications.
 
Multi-chip de-skew application: Platform’s with multiple FPGA’s or ASIC’s requires synchronous and phase aligned clocks. This can be achieved by de-skewing clock distribution network.
What’s on chip clock de-skewing? This is a requirement to phase align the output clock of a PLL to its input reference clock. In other words, remove the delay on the clock caused by noise and process variations on chip. For this applications we need Delay Locked Loop (DLL) type PLL’s. With use of DLL type devices, we can sample data synchronously without skewing and limiting the useful period of the clock.
 

LTE - 4G Wireless Technology

Digital fundamentals.

Interview Questions.

Multiple clock options from PLL’s on ASIC’s/ FPGA’s
  • High speed clock multiplication and various frequency options. An important requirement to run various interfaces on chip at different frequencies. Here are some important blocks on chip: DDR, AXI buses, DMA’s, modems, rate change FIFO’s.
  • Requirements like minimum period jitter, low tracking jitter, low long-term jitter are achieved by using PLL’s.
  • Rejection of ISI (Inter Symbol Interference), which is an important requirement for RF SERDES interfaces is also met using PLL’s.
  • Tutorials @fullchipdesign.com

    Verilog Tutorial.

    LTE Tutorial.

    Memory Tutorial.

    PLL’s most common and useful outputs on ASIC’s, FPGA’s applications

    1. Clock multiplication to generate a  high speed output phase aligned clock or CK.. The phase aligned is in reference to input reference clock.
    2. Software options to generate multiple divided phase aligned outputs. Like divided by 2, 4, 8 to clock CK. Essential for DDR applications
    3. Multiple phase shifted clock outputs with phase offset of 45 degree, 90 degree or 180 degree. These are essential for clock recovery applications.
    4. PLL lock signal. In other words lock detector of PLL.

    Access VLSI section from here. 

    Hope you liked! this page. Don't forgot to access relevant previous and next sections with links below.