非工程模式 - 2023.2 简体中文

Vivado Design Suite 用户指南: 设计分析与收敛技巧 (UG906)

Document ID
UG906
Release Date
2023-10-19
Version
2023.2 简体中文

在此模式下创建 RQS 文件的过程与工程模式相同。即,编写建议文件,随后必须使用 read_qor_suggestions 将此文件添加到运行中。read_qor_suggestions 命令应在 synth_designopt_design 之前运行。

此流程的等效 Tcl 命令如下所示:

read_vhdl <some_file>.vhd
read_qor_suggestions all_enabled_suggestions.rqs 
synth_design -top <top> -part <part>
opt_design
...
route_design
report_qor_suggestions -file design_rqs_routed.rpt
write_qor_suggestions -force all_enabled_suggestions.rqs
注释: 加载设计后,才能运行 report_qor_suggestions 命令。