Apply configuration constraints as global constraints for bitstream generation on the current design. These constraints include settings such as the configuration mode.
Configuration Constraint Example One
Set the CONFIG_MODE to M_SELECTMAP.
% set_property CONFIG_MODE M_SELECTMAP [current_design]
Configuration Constraint Example Two
Turn on the debug bitstream.
% set_property BITSTREAM.GENERAL.DEBUGBITSTREAM Yes [current_design]
Configuration Constraint Example Three
Disable CRC checking.
% set_property BITSTREAM.GENERAL.CRC Disable [current_design]
For a list of bitstream generation properties and definitions, refer to Vivado Design Suite User Guide: Programming and Debugging (UG908).