Syntax for Defining RPM Sets in VHDL - Syntax for Defining RPM Sets in VHDL - 2026.1 English - UG903

Vivado Design Suite User Guide: Using Constraints (UG903)

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

Define RPM sets as attributes in VHDL using the following syntax:

attribute U_SET : string; 
attribute HU_SET : string;
...
attribute U_SET of my_reg : label	is "uset0"; 
attribute HU_SET of other_reg : label is "huset0";