参数在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...
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. 查pin get_pins u_xxx/y (u_...
report_case_analysis:此命令用于显示用户设置的情况分析值。PT显示一个报告,确认引脚/端口列表以及对应的情况分析值。 report_timing:类似于DC,这个命令用于生成设计中路径段的时序报告。 report_constraint:类似于DC,PT中的这个命令检查由设计者或工艺库定义的DRC。 其他各种命令 write_sdf:此命令生成包含设计中每个实...
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...
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 -delay_type min pt_shell>report_timing -delay_type max 3. on-chip variation模式 PT 进⾏保守时序分析。如在进⾏setup检查时,对发送寄存器clock路径和数据路径使⽤max delay,对锁存寄存器的clock路径使⽤min delay。在进⾏hold检查时,对发送寄存器clock路径和数据路径使⽤...
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:看某个时钟的信息 ...
-sort_by slack -sort_by check_type Report_timing :显示the worst slack for setup time Report_timing –delay max :看setup time Report_timing –delay min :看 hold time Pt_shell –x “restore_session orca_savesession” :继续原来保存的信息 Set sh_enable_page_mode true : 分页显示 Report_lib...
pt_shell>report_design … pt_shell>report_reference … 检查时序声明和设计的结构: 在进行时序分析之前运行check_timing命令是关键。这个命令能够检查到所有可能的时序问题。 在这个例子中将会出现警告,原因是存在没有约束条件的端口。 运行时序分析 设置端口延时并检查时序: pt_shell> set_input_delay 0.0 [all_...