推奨される追加の制約 - 2023.2 日本語

FPGA および SoC 用 UltraFast 設計手法ガイド (UG949)

Document ID
UG949
Release Date
2023-11-29
Version
2023.2 日本語

次の制約を使用して熱ソリューションを定義すると、report_power コマンドを使用してジャンクション温度を見積もりることができ、より正確なスタティック消費電力を得ることができます。

set_operating_conditions -ambient_temp <max Ambient requested for application is Celsius>
set_operating_conditions -thetaja <the rise in junction temperature for every watt dissipated, obtained from thermal simulation, C/W>

Vivado ツールの report_power コマンドでは、次の制約を使用することにより、レギュレータまたは電圧レギュレータ モジュール (VRM) ベースの消費電力をレポートすることもできます。

新規電源レールの作成

create_power_rail <power rail name> -power_sources {supply1, supply2 ,..}

既存の電源レールに電源ソースを追加

add_to_power_rail <power rail name> -power_sources {supply1, supply2, ..}

電流バジェットの定義

set_operating_conditions -supply_current_budget {<supply rail name> <current budget in Amp>} -voltage {<supply rail name> <voltage>}