仅对英特尔可见 — GUID: mzm1663017838193
Ixiasoft
3.2.1. 旁路RX适应 (RX Adaptation) QSF设置
旁路RX适应的.qsf assignment是:
set_instance_assignment -name HSSI_PARAMETER "flux_mode=FLUX_MODE_BYPASS" -to \ <top_level_instantiation_name>|directphy_f_dr_0|U_sec_profile<x>|sec_profile_<x>|dphy_hip_inst|persystem[0].per xcvr[n].fgt.rx_ux.x_bb_f_ux_rx \ -entity <top_level_name> set_instance_assignment -name HSSI_PARAMETER "flux_mode=FLUX_MODE_BYPASS" -to \ <top_level_instantiation_name>|directphy_f_dr_0|U_sec_profile<x>|sec_profile_<x>|dphy_hip_inst|persystem[0].per xcvr[n].fgt.tx_ux.x_bb_f_ux_tx \ -entity <top_level_name> set_instance_assignment -name HSSI_PARAMETER "rx_adapt_mode=RX_ADAPT_MODE_STATIC_EQ" -to \ <top_level_instantiation_name>|directphy_f_dr_0|U_sec_profile<x>|sec_profile_<x>|dphy_hip_inst|persystem[0].per xcvr[n].fgt.rx_ux.x_bb_f_ux_rx \ -entity <top_level_name> set_instance_assignment -name HSSI_PARAMETER "engineered_link_mode=ENABLE" \ -to <top_level_instantiation_name>|directphy_f_dr_0|U_sec_profile<x>|sec_profile_<x>|dphy_hip_inst|persystem[0].per xcvr[n].fgt.tx_ux.x_bb_f_ux_tx \ -entity <top_level_name> set_instance_assignment -name HSSI_PARAMETER "engineered_link_mode=ENABLE" -to <top_level_instantiation_name>|directphy_f_dr_0|U_sec_profile<x>|sec_profile_<x>|dphy_hip_inst|persystem[0].perx cvr[n].fgt.rx_ux.x_bb_f_ux_rx \ -entity <top_level_name>
例如,在使用顶层实例名称u0和次级设置文件2 (x=2)和一个PMA通道(n=0)的情况下,.qsf assignment如下所示:
set_instance_assignment -name HSSI_PARAMETER "flux_mode=FLUX_MODE_BYPASS" \ -to u0|directphy_f_dr_0|U_sec_profile2|sec_profile_2|dphy_hip_inst|persystem[0].perxcvr[0].fgt.rx_ux.x_bb_f_ux_rx \ -entity top
同样,对于基本设置文件 (profile #0),以下是.qsf assignment的一个示例。
set_instance_assignment -name HSSI_PARAMETER "flux_mode=FLUX_MODE_BYPASS" \ -to u0|directphy_f_dr_0|U_base_profile|directphy_f_0|dphy_hip_inst|persystem[0].perxcvr[0].fgt.rx_ux.x_bb_f_ux_rx \ -entity top