-
Notifications
You must be signed in to change notification settings - Fork 581
Description
Those options have been already added for Nexys Video (see the commit by @bg2d).
When these options are left unset, the Vivado Design Suite reports an implementation warning:
[DRC CFGBVS-1] Missing CFGBVS and CONFIG_VOLTAGE Design Properties: Neither the CFGBVS nor CONFIG_VOLTAGE voltage property is set in the current_design. Configuration bank voltage select (CFGBVS) must be set to VCCO or GND, and CONFIG_VOLTAGE must be set to the correct configuration voltage, in order to determine the I/O voltage support for the pins in bank 0. It is suggested to specify these either using the 'Edit Device Properties' function in the GUI or directly in the XDC file using the following syntax:
set_property CFGBVS value1 [current_design]
#where value1 is either VCCO or GNDset_property CONFIG_VOLTAGE value2 [current_design]
#where value2 is the voltage provided to configuration bank 0Refer to the device configuration user guide for more information.