From Activity File :
The switching activity value is from a SAIF or VCD file, 在read_vcd或者read_saif时要注意通过-stripe_path选项指定合适的hierarchical层次,否则activity反标不上。 From SSA :
The switching activity value set by using the set_switching_activity command. From SCA :
The switching activity set by using the set_case_analysis command. From clock :
The switching activity set by using the create_clock command.
Default:
对于用户没有指定的翻转率的Net,PT会使用默认的翻转率
Propagated:
The switching activity from propagation engine
Implied:
Switching activity from simple automatic propagation of activity through buffers and inverters
Not Annotated:
没有反标翻转率的Net,需要特别注意,一般要求在update_power或者report_power之后,这部分占比应该很低甚至为0,如果有大量没有翻转的Net,会影响report_power的准确率,可以通过以下下命令打印出来分析: report_switching_activity -list_not_annotated get_switching_activity ...
It captures signal transitions and the time spent at each logic level. The SAIF file contains the toggle counts and static probabilities for the nets in the design.
SAIF is supported only in the averaged power analysis mode.