|
发表于 2024-8-28 13:44:29
|
显示全部楼层
power_enable_timing_analysis
When set to true, enables PrimeTime in PrimePower shell , so that you can perform timing analysis. Without this variable set to true, you cannot see timing related data. By default, PrimeTime is disabled; this variable is set to false in PrimePower.
power_enable_analysis
Enables or disables PrimePower, which provides power analysis.
When set to true, enables PrimePower, so that you can perform power analysis. Without this variable set to true, you cannot see power related data. By default, PrimePower is disabled; this variable is set to false.
用PTPX做功耗分析需要set power_enable_analysis true ,PTPX的分析模式有下面两种,用以下变量设置
set_app_var power_analysis_mode averaged | time_based
averaged 是计算平均功耗的,instance的翻转可以人为指定,也可以通过读VCD/fsdb进行反标
time_based 会计算peak power,必须要有VCD/fsdb
|
|