Syntax for Defining RPM Sets in VHDL - 2022.1 English

Vivado Design Suite User Guide: Using Constraints (UG903)

Document ID
UG903
Release Date
2022-06-01
Version
2022.1 English

The syntax for defining RPM sets as attributes in VHDL is:

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";