Configuration Constraints - 2021.2 English

Vivado Design Suite User Guide: Using Constraints (UG903)

Document ID
UG903
Release Date
2021-11-17
Version
2021.2 English

Configuration constraints are global constraints for bitstream generation that are applied to the current design. This includes constraints 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, see this link in the Vivado Design Suite User Guide: Programming and Debugging (UG908).