pt_shell>set_operation_conditions -analysis_type on_chip_variation -min MIN -max MAX
pt_shell>report_timing -delay_type min
pt_shell>report_timing -delay_type max
pt_shell>set_operation_conditions -analysis_type on_chip_variation -min MIN -max MAX
pt_shell>report_timing -delay_type min
pt_shell>report_timing -delay_type max
PrimeTime derives cell instance voltages as follows:
o Default supply voltage in library cell definition (voltage_map in
Liberty syntax)
o set_operating_conditions applied at the design level
o set_voltage on a supply net
o set_voltage on a PG pin
所以,感觉这个command本身是更多的是用在ocv条件下的max/min选择,因为它对voltage的指定是single rail的,对lvs等multi-rail的不适用。