F-Tile CPRI PHY Intel® FPGA IP User Guide

ID 683284
Date 10/04/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.2.1. Deterministic Latency

The Deterministic Latency (DL) term used across this document refers to the ability to precisely determine the delay between the FPGA core and the PMA pins. Such delay varies from reset to reset and device to device. In most applications, the variability is acceptable in order to determine the actual delay within a given reset session. The below example shows the calculation delay between pins and FPGA core for the F-Tile CPRI PHY Intel® FPGA IP core.

The deterministic latency measurement methodology for Intel® Agilex™ F-tile devices is based on the concept of measuring the time when a given word is at the interface to the PMA and when that same word is at the FPGA core. The difference in time between these two events, when added to the PMA propagation delay, determines the total latency between the FPGA core and the serial pins. Such a calculation intrinsically includes all delays due to intermediate logic, FIFOs and all other effects.
Table 9.  Deterministic Latency Factors
Factor Description
TxDL Transmitter delay in sampling clock cycle.

To calculate the TxDL value, read the CPRI PHY register 0xC bit[20:0]. The register provides value in fixed point format. Bit[20:8] represents integer and bit[7:0] represents fractional number.

For example:
  • Bit[20:8] = 0x27, the integer value is 39.
  • Bit[7:0] = 0xF4, the fractional value is 0.953125.
Therefore, the total delay is 39.953125 clock cycles.
Note: These values are available in simulation output.
RxDL Receiver delay in sampling clock cycle.

To calculate the RxDL value, read the CPRI PHY register 0x10 bit [20:0]. The register provides value in fixed point format. Bit[20:8] represents integer and bit[7:0] represents fractional number.

For example:
  • Bit[20:8] = 0x27, the integer value is 39.
  • Bit[7:0] = 0xF4, the fractional value is 0.953125.
Therefore, the total delay is 39.953125 clock cycles.
Note: These values are available in simulation output.
sampling_clock_period For F-Tile CPRI PHY Intel FPGA IP core:
  • Sampling clock is 250 MHz.
  • Period is 4 ns.
wa Word Aligner bit slip value (5 bit) obtained from F-tile CPRI PHY register 0x4[9:5].
eth_wa Word Aligner bit slip value (7 bit) obtained from Ethernet Reconfiguration Interface register 0x1110[6:0].
ethlphy_wa RS-FEC Word Aligner bit slip value (lowest 5 bit) obtained from Ethernet Reconfiguration Interface register 0x6174[4:0].
dlpulse Obtained from Ethernet Reconfiguration Interface register (pcs_bitslip_cnt) at base 0x1000, register offset 0x110.
Table 10.  System Clock Frequency and Period
System Clock Frequency system_clk_div2 period
805.664062 MHz 2.482424 ns
830.078125 MHz 2.409412 ns
903.125000 MHz 2.214533 ns
Table 11.  Equations
Delay Equations Variants
1.2G/2.4G/3G/4.9G/6G/9.8G 10G/12G/24G with RS-FEC 10G/12G/24G without RS-FEC
Regular Simulation TX Delay (ns) TxDL * 4ns + 6 * system_clk_div2 period + 229 * UI TxDL * 4ns + 6 * system_clk_div2 period + 211 * UI TxDL * 4ns + 6 * system_clk_div2 period + 211 * UI
RX Delay (ns) RxDL * 4ns - 6 * system_clk_div2 period + (347.5 + wa) * UI RxDL * 4ns - 6 * system_clk_div2 period + (53.5 - ethlphy_wa) * UI RxDL * 4ns - 6 * system_clk_div2 period + (53.5 - ethlphy_wa - 33 * dlpulse) * UI
FastSim1 TX Delay (ns) TxDL * 4ns + 6 * system_clk_div2 period + 199.5 * UI TxDL* 4ns + 6 * system_clk_div2 period + 162.5 * UI TxDL * 4ns + 6 * system_clk_div2 period + 162.5 * UI
RX Delay (ns) RxDL * 4ns - 6 * system_clk_div2 period + (339.5 + wa) * UI RxDL * 4ns - 6 * system_clk_div2 period + (61.5 - ethlphy_wa) * UI RxDL * 4ns -6 * system_clk_div2 period + (61.5 - ethlphy_wa - 33 * dlpulse) * UI
To enable the FAST_SIM option, set the following value in your simulation script:
set FAST_SIM_OPTIONS "+define+IP7581SERDES_UX_SIMSPEED"
To disable the FAST_SIM option, set the following value in your simulation script:
set FAST_SIM_OPTIONS ""
1 This simulation model is not supported in the Questa*-Intel® FPGA Edition.