report_name_mapping,生成一个RTL与netlist之间的通过set_rtl_to_gate_name命令设置的map报告。 report_activity_file_check,列出activity file中所有的RTL name。 PTPX-average power analysis 在average power analysis中,switching activity被分解为toggle rate和static probabilities两部分。 annotation的source: Switching...
read_vcd ../sim/mac.vcd -strip_path tb/uut //读后仿产生的VCD/SAIF文件将真实的翻转率反标到Net上,在read_vcd或者read_saif时要注意通过-stripe_path选项指定合适的hierarchical层次,否则activity反标不上。 report_switching_activity -list_not_annotated //列出没有被反标的对象 ### # check or update ...
当simulation的activity文件无法得到时,需要用户自己定义activity,使用的命令包括set_case_analysis, create_clock, infer_switching_activity and set_switching_activity。 report switching activity 另一个重要内容是report switching activity。在读入saif或者vcd文件,或者set_switching_activity之后,使用report_switching_acti...
(1)假如有波形文件:最理想的情况是能提供后仿产生的VCD/SAIF文件,通过read_vcd/read_saif将真实的翻转率反标到Net上,然后通过report_switching_activity检查反标率,最后report_power报功耗值。 (2)人为设置翻转率:根据经验值,通过set_switching_activity/set_case_analysis来设置register,clock gate以及memory/blackbox...
在这之前,建议看一下反标文件报告和时序分析覆盖率报告。 report_annotated_parasitics report_analysis_coverage report_annotated_power -list_annotated 另外还需要通过下面的命令报告出switching activity没有反标的点。 report_switching_activity –list_not_unannotated \ –include_only rtl –show_pin...
波形VCD 作为输入,这样就可以将真实的翻转率反标到Design 的各个Net上,report_switching_activity可以来...
用PTPX做平均功耗分析,利用后仿产生的VCD/SAIF文件,通过read_vcd/read_saif将真实的翻转率反标到上,然后通过report_switching_activity检查反标率,最后report_power报告功耗值。 平均功耗,是基于翻转率toggle rate来分析的。翻转率的标注,可以是默认翻转率、用户定义switching activity、SAIF文件或者VCD文件。功耗结果期望...
report_switching_activity -list_not_annotated //列出没有被反标的对象 ### # check or update or report power ### check_power update_power //使用update_power来将其反标 report_power -hierarchy quit 2.Time-based power analysis 在该模式下,需要提供VCD或FSDB文件,工具会分析峰值功耗,并生成功耗波形等...
report_switching_activity -list_not_annotated ### # check/update/report power ### check_power set_power_analysis_options -waveform_format fsdb -waveform_output vcd update_power report_power 审核编辑:汤梓红
(1)假如有波形文件:最理想的情况是能提供后仿产生的VCD/SAIF文件,通过read_vcd/read_saif将真实的翻转率反标到Net上,然后通过report_switching_activity检查反标率,最后report_power报功耗值。 (2)人为设置翻转率:根据经验值,通过set_switching_activity/set_case_analysis来设置register,clock gate以及memory/blackbox...