Configuration Constraints - Configuration Constraints - 2026.1 English - UG903

Vivado Design Suite User Guide: Using Constraints (UG903)

Document ID
UG903
Release Date
2026-07-01
Version
2026.1 English

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).