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

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

report_qor_suggestions -max_strategies 1

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

使用 -strategy选项运行该命令,也会导致一个错误:

report_qor_suggestions -max_strategies 1 -strategy

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

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

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

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

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

要写出该策略,请使用以下命令:

write_qor_suggestions -strategy_dir  

请参阅 (UG906) 中的 "Report QOR Suggestions" 主题,以获取更多详情。

最新文章