RAM_GRID 座標の VHDL 例 - 2022.1 日本語

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

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

次の VHDL 例では、RPM_GRID 座標を使用して RLOC 制約を定義しています。

  • 2 つのシフト レジスタをブロック RAM に相対的に配置します。
  • 4 段を入力に接続します。
  • 4 段を出力に接続します。
attribute RLOC : string; 
attribute RPM_GRID : string;
attribute RLOC of di_reg3 : label is "X25Y0"; 
attribute RLOC of di_reg2 : label is "X27Y0"; 
attribute RLOC of di_reg1: label is "X29Y0"; 
attribute RLOC of di_reg0 : label is "X31Y0"; 
attribute RLOC of ram0 : label is "X34Y0"; 
attribute RLOC of out_reg3 : label is "X37Y0"; 
attribute RLOC of out_reg2 : label is "X39Y0"; 
attribute RLOC of out_reg1 : label is "X41Y0"; 
attribute RLOC of out_reg0 : label is "X43Y0";