LoginSignup
0
0

More than 1 year has passed since last update.

Quartus Prime Liteでプロジェクトにsdcファイルを追加する方法

Last updated at Posted at 2017-08-23

QuartusPrimeでプロジェクトを開き、一旦そのままでコンパイルを実行する
「Tools -> TimeQuestTimingAnalyzer」を選び、TimeQuestTimingAnalyzerを起動する

TimeQuestTimingAnalyzerのウィンドウで、「Netlist -> CreateTimingNetlist」を選ぶ
チェックはデフォルトのまま「OK」
次に「File -> New SDC File」を選びSDCファイルを作成

SDCファイルのウィンドウで、「Edit -> InsertConstraint -> CreateClock」を選ぶ
Clock nameとPeriodを入力
Targetsの右の[...]ボタンをクリックし、「get_ports -> List」をクリックし、リストからターゲットのクロックを選択する
「OK -> Insert」
とするとSDCファイルが完成する

create_clock -name CLK50 -period 20 [get_ports {CLK}]

「File -> SaveAs」で適当なディレクトリへ保存する
この名前を付けて保存画面にAdd file to current projectのチェックがあるので、チェックを入れて保存する

これでCritical Warning (332148): Timing requirements not metが消える

これでCritical Warning (332012): Synopsys Design Constraints File file not foundが消える

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