参数在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的常用命令 归纳常用的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...
report_timing -max_path 2 -nworst 2 : 会报告出两条路径,且每个endpoint会报告两条路径,即报告出-0.3和-0.25这两条路径。 注意1:当endpoint已经在report_timing里-to option限定了,只需要使用nworst N选项就可以了。pt会默认保持maxpath和nworst的值一致,从而报告出N条违例路径。但是仅指定 max_paths 为N,...
report_case_analysis:此命令用于显示用户设置的情况分析值。PT显示一个报告,确认引脚/端口列表以及对应的情况分析值。 report_timing:类似于DC,这个命令用于生成设计中路径段的时序报告。 report_constraint:类似于DC,PT中的这个命令检查由设计者或工艺库定义的DRC。 其他各种命令 write_sdf:此命令生成包含设计中每个实...
12. Report_timing –path full_clock :可以显示clock的详细信息 13. Report_timing –from E, Report_timing –to Z, Report_timing –from G –to FF4/D :显示详细路径的信息 14. Report_port –input_delay –output_delay inoutpad, Report_port –input_delay inputpad Report_port –ouput_delay out...
report_timing:类似于DC,这个命令用于生成设计中路径段的时序报告。 report_constraint:类似于DC,PT中的这个命令检查由设计者或工艺库定义的DRC。 其他各种命令 write_sdf:此命令生成包含设计中每个实例的延迟和时序检查的SDF文件。在布图前阶段PT使用线载模型估计单元延迟。在布图后,当生成SDF文件时,PT使用实际标注...
pt_shell>report_timing 设置时序例外情况: 因为PrimeTime直到进行完整的时序升级(timing update)之前才检查时序例外情况的正确性,所以要运行report_exceptions以确定它们的正确性。 声明AM2910的时序例外情况。设置一条两个时钟周期的路径,其中建立时间为2,保持时间为1: ...
5.Report_timing-delaymax:看setuptime 6.Report_timing-delaymin:看holdtime 7.Pt_shell —“restore_sessionorca_savesession”:继续原来保存的信息 8.Setsh_enable_page_modetrue:分页显示 9.Report_liblibname:看库的信息 10.Report_timing-groupSYS_clk:看某个时钟的信息 ...
pt_shell>report_timing 单置单序例外情 :况 因单PrimeTime 直到单行完整的单序升单(timing update)之前才单单单序例外情 的正 性,所以要 况确 行运report_exceptions 以定 单的正 性。 确它确 明声AM2910 的单序例外情 。单置一 单单周期的路 ,其中建立单单单 况 条两个 径 2,保持单单单 1: ...
pt_shell>report_timing -delay_type max 3. on-chip variation模式 PT 进⾏保守时序分析。如在进⾏setup检查时,对发送寄存器clock路径和数据路径使⽤max delay,对锁存寄存器的clock路径使⽤min delay。在进⾏hold检查时,对发送寄存器clock路径和数据路径使⽤min delay,对锁存寄存器的clock路径使⽤max...