GTS CPRI PHY Intel® FPGA IP User Guide

ID 814577
Date 8/15/2024
Public
Document Table of Contents

5.7. GTS CPRI PHY IP RX Interface (8b/10b)

The RX 8b/10b interface is available only if you turn on Enable reconfiguration to 8b/10b datapath or if you select the 8b/10b CPRI line rate. For the CPRI PHY to power up in the 64b/66b line rate, the IP asserts these signals when you reconfigure the IP at runtime to enter the 8b/10b line rate.

Table 23.  GTS CPRI PHY IP RX 8b/10b Interface
Port Name Width (Bits) Domain Description
o_rx_d[15:0] 16 o_rx_clkout2 Indicates 8b/10b RX data for the corresponding CPRI PHY channel.
o_rx_c[1:0] 2 o_rx_clkout2 Indicates 8b/10b RX control for the corresponding CPRI PHY channel.
o_rx_d_x2 [31:0] 32 o_rx_clkout2

Indicates 8b/10b RX data for the corresponding 6G and 9.8G CPRI PHY channel.

o_rx_c_x2 [3:0] 4 o_rx_clkout2

Indicates 8b/10b RX control for the corresponding 6G and 9.8G CPRI PHY channel.

When you transmit the data using the RX 8b/10b interface:
  • The frames are 8b/10b encoded. Each byte in o_rx_d has a corresponding bit in o_rx_c that indicates whether the byte is a control byte or a data byte. For example, o_rx_c[0] is the control bit for o_rx_d[7:0].
  • The byte order for the RX interface flows from right to left and the first byte that the IP receives is o_rx_d[7:0].
  • The first bit that the IP receives is o_rx_d[0].