|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
ICC的data_setUp阶段这三句话是要干嘛啊
set_zero_interconnect_delay_mode true
redirect -tee zic.timing { report_timing }
set_zero_interconnect_delay_mode false
,下面是set_zero_interconnect_delay_mode 描述,谁来解释一下啊
This command enables or disables the zero interconnect delay mode. The
zero interconnect delay mode forces the timer to ignore contributions
on a timing path from any wire capacitance in a design. It forces all
wire capacitance to be as trivial as 0, regardless of the wire load
model used in the design or any back-annotated capacitance on a wire.
Disabling the mode allows the timer to consider the wire capacitance as
it did before enabling the mode.
The command is used primarily in preplacement and postplacement steps
to assess design and constraint feasibility. When the mode is enabled,
the design is analyzed with only cell delay and the capacitance of the
pin load on all wires in the design to determine if the design can meet
timing goals. It also helps when debugging potential missing timing
exceptions in the constraints. Zero interconnect delay mode must not
be used in the final implementation step. |
|