Visible to Intel only — GUID: uqm1653480475571
Ixiasoft
3.3.1. Data and SYSREF Clock Domain Crossing
However, clock domain crossing is required in the FPGA design. For example, for JESD204C Intel FPGA IP core, TX/RX link_clock = line rate/132.
The maximum line rate for Intel® Stratix® 10 (E-Tile) devices is 28.9 Gbps, so the maximum link_clock frequency = 28.9 Gbps/132 = 218.94 MHz .
Intel® Stratix® 10 FPGA devices can run at a higher frequency with narrower data width to reduce the resource usage. This requires clock domain crossing between link_clock and frame_clock.
You must be careful with the clock domain crossing to avoid latency uncertainty. Typically, frame_clock frequency is a multiple of link_clock frequency. When data is transferred between frame_clock and link_clock domains, the destination clock captures the data directly. You must set a correct setup or hold relationship in the timing constraint script and check the timing analysis report to confirm that there is no timing violation.
You must not set a false path between link_clock and frame_clock in the timing analyzer, because these paths must be analyzed. For other modules, a false path is needed to be set between these two clock domains. You must use the node name to set the false path for the particular paths.
This requirement is also applicable to SYSREF clock domain crossing.