ICC中关于 non default rule的问题
时间:10-02
整理:3721RD
点击:
我设置了 non default rule:
define_routing_rule 2X_SPACING -spacings {METAL2 0.6 METAL3 0.6 METAL4 0.8 METAL5 1.2 METAL6 1.4}
set_clock_tree_options -clock_tree [all_clocks]-routing_rule 2X_SPACING -layer_list "METAL3 METAL6"
然后check_physical_constraints报出来的metal的spacing 是tf文件中 spacing 不是我设置的,这个应该是正常的吧:
Routing layer : METALwidth: 160pitch: 410space: 180
Routing Layer : METAL Resistance : 6.4e-05 Capacitance : 4.22e-05
Routing layer : METAL2width: 200pitch: 410space: 210
Routing Layer : METAL2 Resistance : 3.7e-05 Capacitance : 2.25e-05
Routing layer : METAL3width: 200pitch: 410space: 210
Routing Layer : METAL3 Resistance : 3.7e-05 Capacitance : 1.41e-05
Routing layer : METAL4width: 200pitch: 515space: 210
Routing Layer : METAL4 Resistance : 3.7e-05 Capacitance : 1.01e-05
你这是TREE的routing rule 想什么呢?
恩恩 应该用report_routing_rule来查看设置的情况的