インテル® Quartus® Prime 開発ソフトウェア・プロ・エディション・バージョン 22.3 以前の問題により、.sof ファイルを インテル® Stratix® 10 FPGAにプログラミングする際に、Tranceiver TX SI 開発キット - K48891-001-03-DKSIISTXEA、
"エラー(19192): ファイル<filename>.sofが不完全 - VID 部分で電源管理設定が適切に設定されていません」
この問題を回避するには、以下の完全な SmartVID 設定を インテル® Quartus® Prime ソフトウェア・プロジェクト QSF ファイルに入れる必要があります。
「PMBUS MASTER」VID_OPERATION_MODE -name をset_global_assignment
set_global_assignment -name PWRMGT_BUS_SPEED_MODE "100 KHZ"
set_global_assignment -name PWRMGT_SLAVE_DEVICE_TYPE LTM4677
set_global_assignment -name PWRMGT_SLAVE_DEVICE0_ADDRESS 47
set_global_assignment -name PWRMGT_SLAVE_DEVICE1_ADDRESS 48
set_global_assignment -name PWRMGT_SLAVE_DEVICE2_ADDRESS 00
set_global_assignment -name PWRMGT_SLAVE_DEVICE3_ADDRESS 00
set_global_assignment -name PWRMGT_SLAVE_DEVICE4_ADDRESS 00
set_global_assignment -name PWRMGT_SLAVE_DEVICE5_ADDRESS 00
set_global_assignment -name PWRMGT_SLAVE_DEVICE6_ADDRESS 00
set_global_assignment -name PWRMGT_SLAVE_DEVICE7_ADDRESS 00
set_global_assignment -name PWRMGT_TRANSLATED_VOLTAGE_VALUE_UNIT VOLTS
set_global_assignment -name PWRMGT_PAGE_COMMAND_ENABLE ON
set_global_assignment -name USE_PWRMGT_SCL SDM_IO14
set_global_assignment -name USE_PWRMGT_SDA SDM_IO11
set_global_assignment -name USE_CONF_DONE SDM_IO16
set_global_assignment -name USE_INIT_DONE SDM_IO0
set_global_assignment -name USE_SEU_ERROR SDM_IO13