跳转到主要内容

【答疑】2019.2:使用-max_strategies 选项运行 report_qor_suggestions 命令时时出错

<strong>描述</strong>
在路由设计上使用-max_strategies 选项运行 report_qor_suggestions Tcl 命令时,会发生以下错误:
<pre>report_qor_suggestions -max_strategies 1</pre>

ERROR: [Common 17-69] Command failed: '-max_strategies' requires '-strategy' to be set

使用 -strategy选项运行该命令,也会导致一个错误:
<pre>report_qor_suggestions -max_strategies 1 -strategy</pre>

ERROR: [Common 17-170] Unknown option '-strategy', please type 'report_qor_suggestions -help' for usage info.

<strong>解决方案</strong>
这是通过 -max_strategies 选项运行 report_qor_suggestions Tcl 命令的一个已知问题,其将在未来 Vivado 版本中修复。

运行默认的 report_qor_suggestions 命令,将报告前 3 个策略。

您不必添加 -max_strategies 选项来获得这些策略。

注:要获得策略建议,设计应该为使用默认指令或 Explore 指令生成的路由设计。

要写出该策略,请使用以下命令:
<pre>write_qor_suggestions -strategy_dir </pre>

请参阅 <a href="https://china.xilinx.com/cgi-bin/docs/rdoc?v=latest%3bd=ug906-vivado-de…; 中的 &quot;Report QOR Suggestions&quot; 主题,以获取更多详情。