Agilex™ 7 FPGA I-Series Transceiver-SoC Development Kit User Guide
ID
721605
Date
11/05/2025
Public
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 I-Series Transceiver-SoC Development Kit User Guide
A. Development Kit Components
B. Developer Resources
C. Safety and Regulatory Compliance Information
4.1. Set Up BTS GUI Running Environment
4.2. Test the Functionality of the Development Kit
4.3. BTS Test Areas
4.4. Control Onboard Clock through Clock Controller GUI
4.5. Monitor Onboard Power Regulator through Power Monitor GUI
4.6. Identify Test Pass or Fail based on BTS GUI Test Status
4.7. BTS Test Areas
6.1. Adding SmartVID Settings in the Quartus® Prime QSF File
The 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. These constraints are designed for Enpirion* ED8401 core circuit.
- Open your Quartus® Prime project QSF file, copy and paste the following constraint scripts into the file.
For DK-SI-AGI027FC and DK-SI-AGI027FA (Non- Enpirion* ):
set_global_assignment -name USE_PWRMGT_SCL SDM_IO0 set_global_assignment -name USE_PWRMGT_SDA SDM_IO12 set_global_assignment -name USE_CONF_DONE SDM_IO16 set_global_assignment -name VID_OPERATION_MODE "PMBUS MASTER" set_global_assignment -name PWRMGT_BUS_SPEED_MODE "100 KHZ" set_global_assignment -name PWRMGT_SLAVE_DEVICE_TYPE LTC3888 set_global_assignment -name NUMBER_OF_SLAVE_DEVICE 1 set_global_assignment -name PWRMGT_SLAVE_DEVICE0_ADDRESS 62 set_global_assignment -name PWRMGT_VOLTAGE_OUTPUT_FORMAT "LINEAR FORMAT" set_global_assignment -name PWRMGT_LINEAR_FORMAT_N "-12" set_global_assignment -name PWRMGT_TRANSLATED_VOLTAGE_VALUE_UNIT VOLTS
For DK-SI-AGI027FB and DK-SI-AGI027FES ( Enpirion* ):
set_global_assignment -name USE_PWRMGT_SCL SDM_IO0 set_global_assignment -name USE_PWRMGT_SDA SDM_IO12 set_global_assignment -name USE_CONF_DONE SDM_IO16 set_global_assignment -name VID_OPERATION_MODE "PMBUS MASTER" set_global_assignment -name PWRMGT_BUS_SPEED_MODE "100 KHZ" set_global_assignment -name PWRMGT_SLAVE_DEVICE_TYPE ED8401 set_global_assignment -name NUMBER_OF_SLAVE_DEVICE 1 set_global_assignment -name PWRMGT_SLAVE_DEVICE0_ADDRESS 62 set_global_assignment -name PWRMGT_VOLTAGE_OUTPUT_FORMAT "LINEAR FORMAT" set_global_assignment -name PWRMGT_LINEAR_FORMAT_N "-13" set_global_assignment -name PWRMGT_TRANSLATED_VOLTAGE_VALUE_UNIT VOLTS
- Ensure there are no other similar settings with different values.