集成电路技术分享

 找回密码
 我要注册

QQ登录

只需一步,快速开始

搜索
查看: 797|回复: 0

With the TimeQuest command report_path, you can generate delay reports from a...

[复制链接]
王建飞 发表于 2015-9-2 09:39:16 | 显示全部楼层 |阅读模式
This example shows a simple Tcl script that you can use to report the worst case setup check in the TimeQuest user interface. A setup check verifies that the setup clock requirements of the register-to-register path is not violated. Copy the Tcl commands to a script file and run it by typing the following in the TimeQuest Console pane:

tcl> source my_script.tcl

# Run a setup analysis between registers "regA" and "regB",

# reporting the worst-case slack if a path is found.

set my_list [report_timing -from regA -to regB]

set num_paths [lindex $my_list 0]

set wc_slack [lindex $my_list 1]

if { $num_paths > 0 } {

puts "Worst case slack -from regA -to regB is $wc_slack"

}

The use of this design is governed by, and subject to, the terms and conditions of the Altera® Hardware Reference Design License Agreement.
您需要登录后才可以回帖 登录 | 我要注册

本版积分规则

关闭

站长推荐上一条 /1 下一条

QQ|小黑屋|手机版|Archiver|fpga论坛|fpga设计论坛 ( 京ICP备20003123号-1 )

GMT+8, 2025-6-21 02:19 , Processed in 0.066833 second(s), 20 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表