SDI II Intel® FPGA IP User Guide

ID 683133
Date 10/05/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

7.1.3.2. RX Transceiver Settings

To ensure proper functioning of RX adaptation, set the following assignment in your .qsf file, as these parameters are necessary:
set_instance_assignment -name HSSI_PARAMETER "flux_mode=FLUX_MODE_BYPASS" -to <rx_serial_pin_name>

set_instance_assignment -name HSSI_PARAMETER "rx_ac_couple_enable=DISABLE" -to <rx_serial_pin_name>

set_instance_assignment -name HSSI_PARAMETER "rx_onchip_termination=RX_ONCHIP_TERMINATION_R_2" -to <rx_serial_pin_name>

set_instance_assignment -name HSSI_PARAMETER "rxeq_dfe_data_tap_1=0"-to <rx_serial_pin_name>

set_instance_assignment -name HSSI_PARAMETER "rxeq_hf_boost=0"-to <rx_serial_pin_name>

set_instance_assignment -name HSSI_PARAMETER "rxeq_vga_gain=60"-to <rx_serial_pin_name>
If the device OPN is identified as AGIB027R31B1E1VAA (ES2 Revision), include the following assignment setting:
set_instance_assignment -name HSSI_PARAMETER "vsr_mode=VSR_MODE_DISABLE"-to <rx_serial_pin_name>