Intel® Quartus® Prime Pro Edition用户指南: 调试工具

ID 683819
日期 9/30/2019
Public
文档目录

3.1.4. 重新编译设计

Signal Probe管脚分配节点后,运行Rapid Recompile。Rapid Recompile通过重用之前的结果来保留时序并缩短编译时间。

您可以从 Intel® Quartus® Prime软件,命令行可执行文件或者Tcl脚本运行Rapid Recompile。

重新编译设计的Tcl命令

# Run the fitter with --recompile to preserve timing
# and quickly connect the Signal Probe pins
execute_module -tool fit -args {--recompile}   

重新编译后,您就可以对器件进行编程并调试设计了。