Intel® Quartus® Prime Pro Edition用户指南: Timing Analyzer

ID 683243
日期 4/13/2020
Public

本文档可提供新的版本。客户应 单击此处 前往查看最新版本。

文档目录

2.1.5.4. 报告逻辑电平深度

Compiler的Plan阶段之后,可以在Timing Analyzer Tcl控制台中运行report_logic_depth来查看一个时钟域内的逻辑电平的数量。report_logic_depth显示关键路径之间逻辑深度的分布,从而使您能够确定可以减少RTL中的逻辑电平的区域。
report_logic_depth -panel_name <name> -from [get_clocks <name>] \
     -to [get_clocks <name>]
图 46. report_logic_depth输出

要获取用于优化RTL的数据,请在Compiler的Plan阶段之后,运行剩余的Fitter阶段之前运行report_logic_depth。否则,post-Fitter报告也包括物理优化(retiming and resynthesis)的结果。