Dynamic Voltage Scaling for -2LI and -2LLI Graded Parts - 2023.1 English

Versal Adaptive SoC System Software Developers Guide (UG1304)

Document ID
UG1304
Release Date
2023-05-10
Version
2023.1 English

Versal devices that are graded as -2LI and -2LLI parts need their supplied VCCINT voltage adjusted dynamically based on the operating junction temperature. The Dynamic Voltage Scaling (DVS) of VCCINT power rail allows these parts to operate in the defined industrial temperature range of -40°C to 100°C. When the junction temperature falls below 10°C, the VCCINT voltage needs to be raised to 0.725V. When the temperature reaches 25°C, the VCCINT voltage can be lowered to 0.7V. The following diagram depicts the expected voltage vs. junction temperature change:

Figure 1. DVS Hysteresis

The junction temperature of Versal devices is measured by SysMon and can be obtained from its internal register (DEVICE_TEMP_MAX) or from its I/O interface. PLM firmware has support to apply DVS of VCCINT power rail for the -2LI and 2LLI parts. In order to leverage that support in PLM, the board design needs to use an I2C controllable voltage regulator module (VRM) for generating VCCINT. The I2C controller of the PMC is utilized to control the external VRM. PLM monitors the internal register of the SysMon and based on the current junction temperature, it adjusts the external VRM through its I2C connection.

Figure 2. SysMon VRM

When enabled, PLM reads the DEVICE_TEMP_MAX register periodically (every 100 msec) and adjusts the VCCINT. Information on the upper and lower temperatures and voltages governing the algorithm needs to be provided to PLM through the CDO file. Inclusion of this CDO file in building the bootable image (PDI) enables the DVS feature in PLM. The CDO should contain two sets of information: how to reach and modify the VOUT of the external VRM, and what are the temperature and voltage thresholds. The following CDO entries are relevant to VCK190 Evaluation Board and they indicate to PLM on how VCCINT regulator on board can be accessed:

# VCCINT Power Regulator on VCK190
pm_add_node 0x442c001 0x460101 0x1822402d 0x10174
# Four power modes for VCCINT_PL rail: 0 - OFF, 1 - ON, 2 - LOWER (0.70v), 3 - UPPER (0.725v)
pm_add_node 0x4328030 0x1 0x442c001 0x4 0x300 0x2010002 0x1021a02 0 0x301 0x2000002 0x1021a02 0x80 0x402 0x2000002 0x21030001 0x10200b3 0x80 0x403 0x2000002 0x21030001 0x10200ba 0x80
# Lower Threshold: 10°C (0x500); Upper Threshold: 25°C (0xc80)
pm_add_node 0x4328030 0x3 0x500 0x3 0xc80 0x2

For more details on how the above CDO entries have been derived, refer to Answer Record (000034736).