pt_shell> set_operating_conditions -analysis_type bc_wc \
-min BEST -max WORST
pt_shell> report_timing -delay_type min_max
Then, for crosstalk max analysis under WORST operating conditions, you would use:
pt_shell> set si_enable_analysis true
pt_shell> set_operating_conditions -analysis_type \
on_chip_variation WORST
pt_shell> report_timing -delay_type max
Then, for crosstalk min analysis under BEST operating conditions, you would use:
pt_shell> set_operating_conditions -analysis_type \
on_chip_variation BEST
pt_shell> report_timing -delay_type min
No comments:
Post a Comment