The clocking architecture for the low Latency 10/25G MAC with PCS/PMA clocking is illustrated in the following figure. Low latency is achieved by omitting the RX FIFOs, which results in a different clocking arrangement. There are two clock domains in the datapath, as illustrated by the dashed lines in the following figure.
Figure 1. Low Latency 10G/25G MAC with PCS/PMA Clocking
- gt_refclk_p, gt_refclk_n, tx_serdes_refclk
- The
refclk
differential pair is required to be an input to the FPGA. The example design includes a buffer to convert this clock to a single-ended signalrefclk
, which is used as the reference clock for the GT block. Thetx_serdes_refclk
is directly derived fromrefclk
.refclk
must be chosen so that thetx_serdes_refclk
meets the requirements of 802.3, which is within 100 ppm of 390.625 MHz for 25G, and 156.25 MHz for 10G. For Versal devices,refclk
is 322.265625 MHz. - tx_clk_out
- This clock is used for clocking data into the TX AXI4-Stream Interface and it is also the reference clock for the
TX control and status signals. It is the same frequency as
tx_serdes_refclk
. Because there is no TX FIFO, you must respond immediately to thetx_axis_tready
signal. - rx_clk_out
- The
rx_clk_out
output signal is presented as a reference for the RX control and status signals processed by the RX core. It is the same frequency as therx_serdes_clk
. Because there is no RX FIFO, this is also the clock that drives the RX AXI4-Stream Interface. In this arrangement,rx_clk_out
andtx_clk_out
are different frequencies and have no defined phase relationship to each other. - dclk
- The
dclk
signal must be a convenient stable clock. It is used as a reference frequency for the GT helper blocks, which initiate the GT itself. In the example design, a typical value is 75 MHz, which is readily derived from the 300 MHz clock available on the VCU107 evaluation board. The actual frequency must be known to the GT helper blocks for proper operation.