GTS Transceiver PHY User Guide: Agilex™ 5 FPGAs and SoCs

ID 817660
Date 4/07/2025
Public

Visible to Intel only — GUID: fsf1683065288150

Ixiasoft

Document Table of Contents

4.5.1. Example Flow to Indicate System PLL Reference Clock is Ready

The following steps indicate that the system PLL reference clock is ready.

If reference clock is ready before device configuration:
  1. Tie i_refclk_ready pin to high.
Note: For PCIe* you must select one of the PCIe* modes in the GTS System PLL Clocks Intel FPGA IP. When you select PCIe* mode, the i_refclk_ready port is not available. You must make sure that the reference clock to the system PLL is available and stable before device configuration.

If reference clock is not ready before device configuration:

If the system PLL reference clock is not available before or during device configuration, then you must take extra precautions before you can enable the system PLL. As described in the Input Reference Clock Buffer Protection section, the input reference clock buffer is turned off if there is no clock toggling activity on it. The following steps are needed to re-enable the reference clock buffer:

  1. Bring up the reference clock.
  2. Write to the corresponding bit of register 0xA6038[23:16] to re-enable the reference clock buffer. Use a byte access to perform this write operation.
  3. Check the acknowledgment in register 0xA6038[15:8] to confirm that the reference clock buffer is turned on. Poll every 100 us until the corresponding bit is cleared. A value of 0 here indicates that the buffer has been turned back on.
  4. Set i_refclk_ready pin to high.
Note: Once the system PLL is enabled, its reference clock must never go down.
If reference clock goes down during normal operation:
  1. You can optionally put your logic in reset.
  2. You can optionally read the register (0xA6038[15:8]) for the current reference clock buffer status to check if the reference clock buffer has been turned off. A value of 1 indicates that a particular reference clock buffer has been turned off.
  3. Bring the reference clock back up.
  4. Reconfigure the device so that the reference clock buffers are turned back on upon reconfiguration.