在 ICC 中可用以下指令創造垂直的 power strap,範圍是從 Y=$LOW_Y 到 Y=$HIGH_Y。加入-extend_low_end off 選項代表在 low end 端不延伸往外,也可以改成 -extend_high_end off,或者兩者都有。
create_power_straps \
-direction vertical \
-start_at $px \
-pitch_within_group 5.5 \
-nets $ring_names \
-layer $V_LAYER \
-width 4 \
-do_not_route_over_macros \
-start_low_ends coordinate \
-start_low_ends_coordinate $LOW_Y \
-start_high_ends coordinate \
-start_high_ends_coordinate $HIGH_Y \
-extend_low_ends off \
-extend_for_multiple_connections \
-extension_gap 80
沒有留言:
張貼留言