Low Latency Ethernet 10G MAC Intel® FPGA IP User Guide: Agilex™ 5 FPGAs and SoCs

ID 813663
Date 10/07/2024
Public
Document Table of Contents

5.8.1. XGMII TX Signals

Table 24.  XGMII Transmit Signals
Signal Condition Direction Width Description
xgmii_tx_data[]

Use legacy Ethernet 10G MAC XGMII interface disabled or Speed is set to 10M/100M/1G/2.5G/5G/10G (USXGMII).

Out 32

4-lane data bus. Lane 0 starts from the least significant bit.

  • Lane 0: xgmii_tx_data[7:0]
  • Lane 1: xgmii_tx_data[15:8]
  • Lane 2: xgmii_tx_data[23:16]
  • Lane 3: xgmii_tx_data[31:24]
xgmii_tx_control[]

Use legacy Ethernet 10G MAC XGMII interface disabled or Speed is set to 10M/100M/1G/2.5G/5G/10G (USXGMII).

Out 4

Control bits for each lane in xgmii_tx_data[].

  • Lane 0: xgmii_tx_control[0]
  • Lane 1: xgmii_tx_control[1]
  • Lane 2: xgmii_tx_control[2]
  • Lane 3: xgmii_tx_control[3]
xgmii_tx_valid Speed is set to 10M/100M/1G/2.5G/5G/10G (USXGMII) Out 1 XGMII TX valid signal. When asserted, indicates that the data and control buses are valid.
xgmii_tx[] Use legacy Ethernet 10G MAC XGMII interface enabled. Out 72

8-lane SDR XGMII transmit data and control bus. Each lane contains 8 data plus 1 control bits. The signal mapping is compatible with the 64b MAC.

  • Lane 0 data: xgmii_tx[7:0]
  • Lane 0 control: xgmii_tx[8]
  • Lane 1 data: xgmii_tx[16:9]
  • Lane 1 control: xgmii_tx[17]
  • Lane 2 data: xgmii_tx[25:18]
  • Lane 2 control: xgmii_tx[26]
  • Lane 3 data: xgmii_tx[34:27]
  • Lane 3 control: xgmii_tx[35]
  • Lane 4 data: xgmii_tx[43:36]
  • Lane 4 control: xgmii_tx[44]
  • Lane 5 data: xgmii_tx[52:45]
  • Lane 5 control: xgmii_tx[53]
  • Lane 6 data: xgmii_tx[61:54]
  • Lane 6 control: xgmii_tx[62]
  • Lane 7 data: xgmii_tx[70:63]
  • Lane 7 control: xgmii_tx[71]
link_fault_status_xgmii_tx_data[] In 2 This signal is present in the MAC TX only variation. Connect this signal to the corresponding RX client logic to handle the local and remote faults. The following values indicate the link fault status:
  • 0x0: No link fault
  • 0x1: Local fault
  • 0x2: Remote fault