PT OCV学习笔记

时间:2023-05-09 05:51:13 阅读: 最新文章 文档下载
说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。
PT OCV学习笔记

In the OCV mode, PrimeTime performs a conservative analysis that allows both minimum and maximum delays to apply to different paths at the same time. For a setup check, it uses maximum delays for the launch clock path and data path, and minimum delays for the capture clock path. For a hold check, it uses minimum delays for the launch clock path and data path, and maximum delays for the capture clock path.



set_operating_conditions -analysis_type on_chip_variation WCCOM

## 5% derate for clock & data path set_timing_derate -early -cell_delay 0.95 set_timing_derate -late -cell_delay 1.05

Early path delays include the capture clock path for a setup check, and the launch clock path and data path for a hold check. Late path delays include the launch clock path and data path for a setup check, and the capture clock path for a hold check.



Clock Reconvergence Pessimism Removal

Clock reconvergence pessimism is an accuracy limitation that occurs when two different clock paths partially share a common physical path segment and the shared segment is assumed to have a minimum delay for one path and a maximum delay for the other path. This condition can occur any time that launch and capture clock paths use different delays, most commonly with OCV analysis.

Automated correction of this inaccuracy is called clock reconvergence pessimism removal(CRPR).



set timing_remove_clock_reconvergence_pessimism true


本文来源:https://www.wddqw.com/doc/e95c4d0cbfd126fff705cc1755270722182e5950.html