0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[FPGA] 複数のFIFOに対する配線遅延のばらつきを防ぐ

Posted at

Vivado 合成の属性である KEEP[1]の使い方について一言メモ。KEEPを使うと、並列配線における局所の配線遅延を防ぐことができます。

一般的にタイミング制約と一緒に使います。
しかし、使用するロジックセル(Xilinxにおけるロジックデバイス。Alteraならロジックエレメント[2])の数が少ない場合にはタイミング制約がなくとも機能するようです。
同時計測において配線遅延のばらつきが気になる場合には有効だと個人的には思っています。

何か質問やコメントがあれば、ご連絡ください。

参考

[1] Vivado 合成のデザイン アシスタント - 合成 HDL 属性のサポート - keep、keep_hierarchy、ram_style、rom_style
[2] FPGA って何者?これから FPGA を始める人のための基礎知識

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?