|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
- ###############################################################################
- # Define constraints modes ... (REQUIRED)
- set vars(constraint_modes) "<list>"
- set vars(<mode1>,pre_cts_sdc) <file>
- # --------------------------------------------------------------------
- # The following are optional for each mode ...
- # Use EITHER incremental OR full post cts sdc
- # --------------------------------------------------------------------
- #set vars(<mode1>,post_cts_sdc) <file>
- #set vars(<mode1>,incr_cts_sdc) <file>
复制代码 在Innovus的Foundation Flow的setup.tcl中对constrains modes有如上代码。
在其Foundation Flows Guide中对这几个变量的简述如下图:
我理解不同cts阶段sdc发生变化;但我不太明白这个incr_cts_sdc的作用阶段:tcl注释说incr和post只能用一个,如果理解incr为对现有的 Post-CTS 约束进行增量优化而不是完全替代,那post_cts使用什么sdc呢?
初入后端,还请赐教!
|
|