SDI II Intel® FPGA IP User Guide

ID 683133
Date 6/28/2022
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 Manual Adaptation Mode

For data rates less than 12G on SDI, it is recommended to apply RX Manual Adaptation Mode on the transceiver. To do this, the assignments in your project .qsf file must be set as below:
set_instance_assignment -name HSSI_PARAMETER "flux_mode=FLUX_MODE_BYPASS" -to <tx_serial_pin_name>
set_instance_assignment -name HSSI_PARAMETER "flux_mode=FLUX_MODE_BYPASS" -to <rx_serial_pin_name>
set_instance_assignment -name HSSI_PARAMETER "rx_adapt_mode=RX_ADAPT_MODE_STATIC_EQ" -to <rx_serial_pin_name>