AN 711: Power Reduction Features in Intel® Arria® 10 Devices

ID 683566
Date 5/27/2022
Public

SmartVID Controller IP Core

Note: To avoid problems during board bring-up and testing, do not read the fuse register during any reset sequence of the SmartVID soft controller. Doing so interrupts the normal operation of the JTAG chain of the device.

The vidctl_vid_code port is the VID output code, which represents the 6-bit VID code. This value is also stored in the control and status register (CSR) and can be accessed via the Avalon® Memory-Mapped interface.

When interfacing between the IP and your system, you should read the output when vidctl_vid_code_avail is asserted. This means that a new valid VID code is ready to be read. After the VID code is read, assert vidctl_vid_ack to let the SmartVID Controller IP Core know that the VID code is taken and a new value can be computed.

The first VID code output will be the default value, which is 0.9 V. How often the value will change depends on the temperature. If the temperature change causes the value to be updated, the VID code reduces to the targeted VID value with the decrement of VID_STEP per update. Likewise, it increases from the targeted VID value to 0.9 V with the increment of VID_STEP per update. VID code is only updated after you acknowledge that the current value is being read by asserting the vidctl_vid_ack input port.

For the SmartVID supported voltage range, refer to the Intel® Arria® 10 Device Datasheet.

There are many other ports on the SmartVID controller that need to be connected and used to configure the core. Please refer to the SmartVID Controller IP Core User Guide for more details.