Visible to Intel only — GUID: oxo1686166060064
Ixiasoft
1. Overview
2. Getting Started
3. Development Kit Setup
4. Board Test System
5. Development Kit Hardware and Configuration
6. Custom Projects for the Development Kit
7. Document Revision History for the Agilex™ 7 FPGA M-Series HBM2e Development Kit User Guide
A. Development Kit Components
B. Additional Information
Visible to Intel only — GUID: oxo1686166060064
Ixiasoft
6.1. Add SmartVID Settings in the Quartus® Prime QSF File
Agilex™ 7 silicon assembled on this development kit enables SmartVID feature by default. In order to avoid a Quartus® Prime from generating an error due to incomplete SmartVID settings, you must put constraints outlined below into Quartus® Prime project QSF file.
Open your Quartus® Prime project QSF file, copy and paste the following constraint scripts into the file. Ensure there are no other similar settings with different values.
set_global_assignment -name PWRMGT_SLAVE_DEVICE_TYPE LTC3888 set_global_assignment -name PWRMGT_SLAVE_DEVICE0_ADDRESS 55 set_global_assignment -name PWRMGT_VOLTAGE_OUTPUT_FORMAT "LINEAR FORMAT" set_global_assignment -name PWRMGT_LINEAR_FORMAT_N "-12" set_global_assignment -name PWRMGT_PAGE_COMMAND_ENABLE ON set_global_assignment -name PWRMGT_PAGE_COMMAND_PAYLOAD 0 set_global_assignment -name STRATIXV_CONFIGURATION_SCHEME "AVST X8" set_global_assignment -name USE_PWRMGT_SCL SDM_IO0 set_global_assignment -name USE_PWRMGT_SDA SDM_IO16 set_global_assignment -name USE_CONF_DONE SDM_IO5 set_global_assignment -name USE_NCATTRIP SDM_IO7 set_global_assignment -name USE_HPS_COLD_RESET SDM_IO12