Why do the example designs provided for the Intel® Stratix® 10 GX Development kit fail to compile in the Intel® Quartus® Prime Pro Edition software? - Why do the example designs provided for the Intel® Stratix® 10 GX Development kit fail to compile in the Intel® Quartus® Prime Pro Edition software? Description Due to missing assignments in the Intel® Quartus® Prime settings file (.qsf) included in the example designs for the Intel® Stratix® 10 GX Development kit, you may see the below error during compilation. Error(19192): File XXXX.sof is incomplete - Power management settings are not set up appropriately on VID part. Resolution To work around this problem, include the following assignments into the Intel® Quartus® Prime Setting File (. qsf ) file for the example design you are compiling: set_global_assignment -name USE_PWRMGT_SCL SDM_IO14 set_global_assignment -name USE_PWRMGT_SDA SDM_IO11 set_global_assignment -name VID_OPERATION_MODE "PMBUS MASTER" set_global_assignment -name PWRMGT_BUS_SPEED_MODE "400 KHZ" set_global_assignment -name PWRMGT_SLAVE_DEVICE_TYPE LTM4677 set_global_assignment -name PWRMGT_SLAVE_DEVICE0_ADDRESS 4F set_global_assignment -name PWRMGT_SLAVE_DEVICE1_ADDRESS 00 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_PAGE_COMMAND_ENABLE ON set_global_assignment -name PWRMGT_VOLTAGE_OUTPUT_FORMAT "AUTO DISCOVERY" set_global_assignment -name PWRMGT_TRANSLATED_VOLTAGE_VALUE_UNIT VOLTS Custom Fields values: ['novalue'] Troubleshooting 14010217770 False ['novalue'] ['FPGA Dev Tools Quartus® Prime Software Pro'] novalue 19.3 ['Stratix® 10 GX FPGA'] ['novalue'] ['novalue'] ['novalue'] - 2021-08-25

external_document