VHDL で RPM セットを定義する構文 - 2022.1 日本語

Vivado Design Suite ユーザー ガイド: 制約の使用 (UG903)

Document ID
UG903
Release Date
2022-06-01
Version
2022.1 日本語

RPM セットを VHDL の属性として定義するには、次の構文を使用します。

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