Visible to Intel only — GUID: rre1523088832149
Ixiasoft
Visible to Intel only — GUID: rre1523088832149
Ixiasoft
6.1.2. Standard Clocking Mode in Intel® Arria® 10, Intel® Cyclone® 10 GX, Stratix® V, and Arria® V Devices
The standard clocking mode is an implementation with no PPM differences in IP core. In this mode, you initially specify the user clock frequency through the parameter editor. The Intel® Quartus® Prime software then automatically determines the required reference clock coming from the Transceiver Native PHY for Intel® Arria® 10 and Intel® Cyclone® 10 GX devices or Interlaken PHY for Stratix® V and Arria® V devices, and the two clock outputs from the fPLL in the clock generator module.
After the calculation, the Intel® Quartus® Prime software provides a list of transceiver reference clock values for you to select. It also shows the user clock value in the parameter editor. The Serial Lite III Streaming IP core generates the user clock output for source and sink user interfaces with value identical to the user clock frequency that you specify depending on the clock constraints.
Clock Name | Description |
---|---|
Source | |
user_clock | User-defined. This clock is determined by the required throughput of the user application. For example, if the user interface is 384-bits wide (6 lanes × 64 bit/lane) and the required throughput is 120 Gbps, the user_clock frequency is 312.5 MHz. This is an output clock provided by the IP core to the user. This clock should be used to clock the user interface. |
tx_serial_clk ( Intel® Arria® 10 and Intel® Cyclone® 10 GX devices) | This clock should toggle at one-half the data rate of the transceiver lane. When you enter the user_clock frequency in the IP parameter editor, the per lane data rate is calculated. Use that value and divided it by two to determine the tx_serial_clk. You are required to instantiate the TX PLL, as shown in the figure above. An example of the TX PLL (ATX PLL) is generated with the IP core and is configured with the required reference clock and tx_serial_clk. |
tx_pll_ref_clk ( Stratix® V and Arria® V devices) | This is the reference clock for the transceiver TX PLL. The frequency is selected from the available values in the IP parameter editor and must match that value. |
tx_clkout | This clock is not exposed to the user. It is used as a reference clock for the internal PLL. The frequency of tx_clkout is the data rate divided by 64. |
interface_clock | This clock is an internal clock and is not exposed to the user. The frequency of this clock is calculated by the IP parameter editor and is the transceiver data rate divided by transceiver PCS-PMA width (64 bits). The internal PLL is configured to generate the required frequency. |
Sink | |
user_clock | User-defined. This clock is determined by the required throughput of the user application. For example, if the user interface is 384-bits wide (6 lanes × 64 bit/lane) and the required throughput is 120 Gbps, the user_clock frequency is 312.5 MHz. The frequency of this clock should match the frequency of the user_clock in the Source variant. This is an output clock provided by the IP core to the user. This clock should be used to clock the RX user application that drives the RX user interface. |
xcvr_pll_ref_clk | This reference clock is used by the Clock Data Recovery (CDR) unit in the transceiver. It serves as a reference for the CDR to recover the clock from the serial line. The frequency of this clock must match the frequency you select in the IP parameter editor. It should also match the frequency of the tx_pll_ref_clk reference clock for the TX PLL at the Source variant. |
rx_clkout | This clock is not exposed to the user. It is used as a reference clock for the internal PLL in the Sink. The frequency of rx_clkout is the data rate divided by 64. |
interface_clock | This clock is an internal clock and is not exposed to the user. The frequency of this clock is calculated by the IP parameter editor and is the transceiver data rate divided by transceiver PCS-PMA width (64 bits). The internal PLL is configured to generate the required frequency. |
Example of Implementing Specific User Interface Clock Frequency
An application requires the Serial Lite III Streaming Intel® Arria® 10 FPGA IP core to sustain a frequency of 300 Gbps at the user interface.
user_clock (frequency) × number_of_lanes × 64 bits/lane = 300 Gbps
The data rate for Intel® Arria® 10 GX transceivers is limited to 17.4 Gbps. Therefore, 300 Gbps / 17.4 Gbps = 18 (rounding up)
Choosing 18 lanes gives:
user_clock (frequency) = 300 / (18 × 64) = 260.42 MHz
A value of 260.40 MHz is out of the supported range for the user_clock frequency. Therefore, you need to add one more lane.
user_clock (frequency) = 300 / (19 × 64) = 246.71 MHz
Choosing 246.71 MHz as the user_clock, the IP core provides the following values:
Transceiver data rate: 17.368 Gbps
tx_clkout: 17.368 / 64 = 271.375 MHz
interface_clk: 17.368 / 64 = 271.375 MHz
tx_serial_clock: 17.368 / 2 = 8684 MHz