|
发表于 2021-6-24 20:09:37
|
显示全部楼层
set_max_transition 0.1 [current_design] 应该会约束到IO,因为set_max_transition适用于约束cell pins, ports or top cell。 max_transition, max_fanout, max_capacitance确实紧密相关,最后timing closure三个都要查的。约束文件里究竟该用哪个,可能还是取决于设计的要求。我自己做高速设计的时候首先在SDC里加set_max_transition,其他两个看需要,Innovus CTS的时候加上set_ccopt_property target_max_trans, target_max_capacitance。
最终怎么设还是取决于如何更快达到timing closure (including DRV closure),且PPA平衡得更好。
|
|