仅对英特尔可见 — GUID: mwh1410383683060
Ixiasoft
2.2.5.6. 在其他工具中定位时序路径
您可以从Timing Analyzer中的路径和单元到 Intel® Quartus® Prime软件中的其他工具进行定位。
您可以右击Timing Analyzer GUI中的大多数路径或者节点名,然后点击Locate或者Locate Path命令。使用Timing Analyzer GUI中的这些命令或者Tcl console中的locate命令在其他 Intel® Quartus® Prime工具中定位到此节点。
以下示例显示了如何从Timing Analyzer到Technology Map Viewer定位10个具有最差时序裕量(worst timing slack)的路径,并在Chip Planner中定位所有匹配data*的端口。
从Timing Analyzer定位
# Locate in the Technology Map Viewer the ten paths with the worst slack locate [get_timing_paths -npaths 10] -tmv # locate all ports that begin with data in the Chip Planner locate [get_ports data*] -chip