Get_timing_path
Report_timing
第一条语句:起点
第二条语句:终点
第三条路径:设置为时序路径的起点和终点
时序分析步骤:
Netlist Analysis->Report Timing Summary
就会看到建立保持时间
选择穿过某一个引脚的路径:
在原理框图中选中引脚,
在TCL中:set mypin [get_pins [get_selected_objects]]
Set mypath [get_timing_paths -through $mypins -max_paths 100 -nworst 100 -setup -unique_pins]
Report_timing -of $mypath