GTS Transceiver PHY User Guide: Agilex™ 3 FPGAs and SoCs

ID 848344
Date 8/04/2025
Public
Document Table of Contents

3.11.3.2. Accessing GTS PMA Registers

The following table shows the offset address between lanes that you must add when you want to access the PMA registers for a design with more than one lane. Note that the word address is byte address/4.
Table 64.  Lane Number and Address Offset
GTS Lane Number (Logical Lane) Configured in the GTS PMA/FEC Direct PHY IP Offset (Byte Address)
0 0x000000
1 0x100000
2 0x200000
3 0x300000

Example 1: Accessing PMA Physical Lane Information

You can access the logical lane offset address to read out the physical lane information, refer to the GTS_LANE_Number logical lane address (0x0A5000) in the register map file. Add an offset of 0x100000h for each incremental lane, as shown below:

  • For Logical Lane 0: 0x0A5000
  • For Logical Lane 1: 0x1A5000
  • For Logical Lane 2: 0x2A5000
  • For Logical Lane 3: 0x3A5000
Note: You can add an incremental offset of 0x100000h to this address to access up to lane 3 (0x3A5000) to read the physical GTS PMA lane information (if you enable 4 GTS PMA lanes in your design per side and do not Enable Separate Avalon interface per PMA feature in the GTS PMA/FEC Direct PHY IP).

Example 2: Accessing PMA Registers for TX Equalization Settings

For example, if you want to update the TX equalizer co-efficients settings for the GTS PMA lanes, refer to the registers 0x09174C and 0x091750 in the register map file and add 0x100000h for each incremental lane, as shown below:

  • For Lane 0: 0x09174C and 0x091750
  • For Lane 1: 0x19174C and 0x191750
  • For Lane 2 : 0x29174C and 0x291750
  • For Lane 3 : 0x39174C and 0x391750
Note: You can access each GTS PMA channel’s registers in a bank through the same base address. For the example shown, all lanes use the same base address of 0x09174C and 0x091750.