集成电路技术分享

 找回密码
 我要注册

QQ登录

只需一步,快速开始

搜索
查看: 948|回复: 0

Custom Script for Reporting

[复制链接]
王建飞 发表于 2015-9-2 09:36:52 | 显示全部楼层 |阅读模式
The TimeQuest timing analyzer can execute a custom timing report script to generate a timing report in the Quartus® II Compilation Report after each design compilation in the Quartus II software, allowing you the flexibility to specify exact paths and the type of timing analysis to be performed.

Use the Tcl Script File for customizing reports during compilation option to specify a custom timing report script. This option is available in the Quartus II software, Timing Analysis Settings under the Assignments menu. Figure 1 shows the option in the Quartus II software.

Figure 1. Custom Script Option

After you have specified the custom timing report script, the script will be executed each time the TimeQuest timing analyzer is called from the Quartus II software. The following example shows a sample custom timing report script.

report_timing -from_clock [get_clocks clk_src] -to_clock [get_clocks clk_dst] /
-setup -panel_name {My Report}

create_timing_summary -setup -panel_name "Summary (Setup)"

Figure 2 shows the Quartus II Compilation Report after the TimeQuest timing analyzer runs the custom timing report script.

Figure 2. Custom Report Output

The custom script is not executed when a timing analysis is being performed in the TimeQuest UI. The custom script is executed only when the TimeQuest timing analyzer performs a timing analysis in the Quartus II software.

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?我要注册

x
您需要登录后才可以回帖 登录 | 我要注册

本版积分规则

关闭

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

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

GMT+8, 2025-5-6 12:41 , Processed in 0.058674 second(s), 20 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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