Visible to Intel only — GUID: nik1398707053366
Ixiasoft
Visible to Intel only — GUID: nik1398707053366
Ixiasoft
3.10. PLL Feedback and Cascading Clock Network
The PLL feedback and cascading clock network spans the entire side of the device, and is used for PLL feedback compensation bonding and PLL cascading.
To support PLL feedback compensation bonding and PLL cascading, the following connections are present:
- The C counter output of the fPLL drives the feedback and cascading clock network.
- The feedback and cascading clock network drives the feedback clock input of all PLLs.
- The feedback and cascading clock network drives the reference clock input of all PLLs.
- The master CGB’s parallel clock output drives the feedback and cascading clock network.
For PLL cascading, connections (1) and (3) are used to connect the output of one PLL to the reference clock input of another PLL.
For PLL feedback compensation bonding, connections (2) and (4) are used to connect the master CGB's parallel clock output to the PLL feedback clock input port.
PLL feedback compensation bonding can be used instead of xN bonding. The primary difference between PLL feedback compensation and xN bonding configurations, is for PLL feedback compensation, the bonded interface is broken down into smaller groups of 6 bonded channels within a transceiver bank. A PLL within each transceiver bank (ATX PLL or fPLL) is used as a transmit PLL. All the transmit PLLs share the same input reference clock.
In xN bonding configurations, one PLL is used for each bonded group. In PLL feedback compensation bonding, one PLL is used for each transceiver bank that the bonded group spans. There are no data rate limitations in PLL feedback compensation bonding, other than the natural data rate limitations of the transceiver channel and the PLL.
For feedback compensation bonding, the low-speed parallel clock must be the same frequency as the reference clock for the PLL.
fPLL Driving the Core
The fPLL can be used to drive the FPGA fabric. To ensure phase alignment between the input reference clock and the fPLL output clock, the fPLL needs to be configured in integer mode. Refer to the following figures when doing dynamic reconfiguration.
- Modify the fPLL IP to enable fPLL reconfiguration
- Under the Dynamic Reconfiguration Tab, turn ON Enable dynamic reconfiguration.
- Create logics in the core to perform following steps:
- Read-Modify-Write 0x1 to offset address 0x126[0] of the fPLL to select internal feedback.
- Read-Modify-Write 0x1 to offset address 0x100 of the fPLL, then Read-Modify-Write 0x1 to offset address 0x000 of the fPLL to request PreSICE to recalibrate the fPLL.
- Monitor bit 1 of offset address of 0x280 of the fPLL and wait until this bit changes to zero. This indicates recalibration is completed. Ensure the fPLL achieves lock.
- Read-Modify-Write 0x0 to offset address 0x126[0] of the fPLL to select the external feedback path.
- Monitor the fPLL lock signal, wait until the fPLL achieves lock.