GTS Transceiver PHY User Guide: Agilex™ 5 FPGAs and SoCs
Visible to Intel only — GUID: fsf1683065288150
Ixiasoft
Visible to Intel only — GUID: fsf1683065288150
Ixiasoft
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.
- Tie i_refclk_ready pin to high.
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:
- Bring up the reference clock.
- 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.
- 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.
- Set i_refclk_ready pin to high.
- You can optionally put your logic in reset.
- 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.
- Bring the reference clock back up.
- Reconfigure the device so that the reference clock buffers are turned back on upon reconfiguration.