参数在pt_shell 中通过man report_timing 得到,常用参数: -from -to -through -physical 报告中有location; -path_type full_clock_e full_clock_expanded,clock path 从launch到capture; summary,报告path的start、end、slack; end,报告path 的end、path delay、required time、lack; full(defult),报告 full da...
归纳常用的PT命令,便于工作中应用。 1. 报时序的命令 report_timing -from A -to [get_clocks {clkA}] -delay_type min report_timing -from B -to [get_ports {B}] -delay_type min min:表示报hold 的 时序,max:表示报setup的 时序 这个命令还有其他的选项,可以通过 man report_timing 来查看。 2...
report_timing : 只报告出-0.3 slack的路径 report_timing -max_paths 2:会报告出两条路径,但是每一个end point只能显示一条路径,即报告出-0.3和-0.15这两条路径。 report_timing -max_path 2 -nworst 2 : 会报告出两条路径,且每个endpoint会报告两条路径,即报告出-0.3和-0.25这两条路径。 注意1:当endpo...
您可以指定数据检查引脚作为report_timing命令的路径端点。在这种情况下,Prime Time 会报告适用于 pin 的data checks。例如,对于下图所示的电路,report_timing -to dchk/D1生成data check report,而report_timing -through dchk/D1报告通过指定引脚的标准路径上的时序。 Data Checks and Clock Domains 在data check中...
5.Report_timing –delay max :看setup time 6.Report_timing –delay min :看hold time 7.Pt_shell –x “restore_session orca_savesession” :继续原来保存的信息 8.Set sh_enable_page_mode true :分页显示 9.Report_lib libname :看库的信息 10. Report_timing –group SYS_clk :看某个时钟的信息...
5.Report_timing –delay max :看setup time 6.Report_timing –delay min :看hold time 7.Pt_shell –x “restore_session orca_savesession” :继续原来保存的信息 8.Set sh_enable_page_mode true :分页显示 9.Report_lib libname :看库的信息 10. Report_timing –group SYS_clk :看某个时钟的信息...
pt_shell>report_timing -delay_type min pt_shell>report_timing -delay_type max 3. on-chip variation模式 PT 进行保守时序分析。如在进行setup检查时,对发送寄存器clock路径和数据路径使用max delay,对锁存寄存器的clock路径使用min delay。在进行hold检查时,对发送寄存器clock路径和数据路径使用min delay,对锁存...
#修复完成后在PT中检查是否还存在hold的违反 check_timing update_timing report_timing #report_timing -delay_type min report_constraint -all_violators -min_delay 在PT产生ECO脚本之后,便可以在ICC中take ECO了。 更多资料欢迎移步微信公众号《数字集成电路设计及EDA教程》 ...
timing_clock_reconvergence_pessimism 是设置以何种方式crpr. normal 还是same_transitiontiming_remove_clock_reconvergence_pessimism 设置为true是开启crpr. PS:我对比ets和pt对crpr的理解. 发现业界标准的pt 在计算crpr的时候, 有失误. 具体表现在: report_crpr的结果和timing report中crpr的结果冲突. 研究发现...
5.Report_timing –delay max :看setup time 6.Report_timing –delay min :看hold time 7.Pt_shell –x “restore_session orca_savesession” :继续原来保存的信息 8.Set sh_enable_page_mode true :分页显示 9.Report_lib libname :看库的信息 10. Report_timing –group SYS_clk :看某个时钟的信息...