Programming Guide

This section provides the details of the programming requirements to operate the Ethernet FMC hardware and customise functionality.

SFP I/Os

Some of the SFP I/Os must be driven by the FPGA to fixed levels in order to configure the SFP/SPF+/SFP28 modules for normal operation.

Optical output

SFP module input TX_DISABLE allows the FPGA to disable the optical output if so desired. In normal operation however, this input should be driven LOW to enable optical output.

NetDescriptionFMC pinValue for normal operation
SFP0_TX_DISABLE_TSlot 0: Disables optical outputLA03_PLOW (0)
SFP1_TX_DISABLE_TSlot 1: Disables optical outputLA12_PLOW (0)
SFP2_TX_DISABLE_TSlot 2: Disables optical outputLA15_NLOW (0)
SFP3_TX_DISABLE_TSlot 3: Disables optical outputLA17_CC_NLOW (0)

Rate select

The SFP module inputs, RS0 and RS1, generally allow the FPGA to configure the module for different link speeds or performance levels. However, their specific function may vary by vendor. Please refer to the datasheet of your SFP/SFP+/SFP28 module for detailed information on configuring these pins. Note that some modules do not use these pins at all.

If you are unsure what levels to apply to RS0 and RS1, or if your modules do not require them, we recommend driving the signals to the constant values shown in the table below.

NetDescriptionFMC pinValue
SFP0_RS1_TSlot 0: Rate select 1LA02_PLOW (0)
SFP0_RS0_TSlot 0: Rate select 0LA02_NLOW (0)
SFP1_RS1_TSlot 1: Rate select 1LA08_PLOW (0)
SFP1_RS0_TSlot 1: Rate select 0LA08_NLOW (0)
SFP2_RS1_TSlot 2: Rate select 1LA10_PLOW (0)
SFP2_RS0_TSlot 2: Rate select 0LA10_NLOW (0)
SFP3_RS1_TSlot 3: Rate select 1LA14_PLOW (0)
SFP3_RS0_TSlot 3: Rate select 0LA14_NLOW (0)

I2C Switch

The I2C switch ( PCA9548 ) is connected to the PS I2C bus and allows the FPGA to communicate with the SFP/SFP+/SFP28 modules and the jitter-attenuating clock multiplier. The I2C switch has address 0x70.

A6A5A4A3A2A1A0Hexadecimal
11100000x70

The PS I2C bus signals are connected to the FMC pins listed in the table below:

Net NameDescriptionFMC pin
PL_I2C_SCL_TI2C clock (SCL)LA11_P
PL_I2C_SDA_TI2C data (SDA)LA11_N

The channels of the I2C switch are connected as shown in the table below:

I2C DeviceSwitch channelDevice I2C address
SFP28 Slot 00Module dependent
SFP28 Slot 11Module dependent
SFP28 Slot 22Module dependent
SFP28 Slot 33Module dependent
Clock multiplier40x68

Note that the I2C addresses of the SFP/SFP+/SFP28 modules are dependent on the specific module used. Refer to the module datasheet for this information.

Clock multiplier

The jitter-attenuating clock multiplier ( Skyworks, Si5328 ) must be configured via the PS I2C bus to enable appropriate clocks for the SFP/SFP+/SFP28 modules used. The Si5328 has the I2C address 0x68.

A6A5A4A3A2A1A0Hexadecimal
11010000x68

Refer to the Si5328 datasheet for detailed information on the device registers and how to configure the clock outputs.

EEPROM

The 2K EEPROM is intended to store information that identifies the mezzanine card and also specifies the power supplies required by the card. This information is typically read by the system power management on the carrier board when it is powered up. In typical user applications, it should not be necessary to read the data on the EEPROM, and we highly recommend against writing to the EEPROM. Nevertheless, if you wish to access the EEPROM, it can be read and written to at the I2C address 0x50.

A6A5A4A3A2A1A0Hexadecimal
10100000x50

The EEPROM sits on the FMC card’s dedicated I2C bus. The FMC pins of the EEPROM’s I2C bus are shown below, and it is up to the user to determine their corresponding connections to the FPGA/MPSoC on the carrier board being used.

I2C bus signalFMC pin nameFMC pin number
SCL (clock)SCLC30
SDA (data)SDAC31

Restoring contents

If you need to reprogram the EEPROM with the original factory contents, you can use the Opsero FMC EEPROM Tool.