我們可以利用這個命令對Wire進行Cut的操作,再結(jié)合editSelect/editDelete等命令,我們可以實現(xiàn)對任意的Wire執(zhí)行切割刪除等操作。
用法:
editCutWire -help
Usage: editCutWire [-help] [-only_visible_wires] [-selected] {-lines {x1 y1 x2 y2 ...} | -box {x1 y1 x2 y2} }
-help # Prints out the command usage
-box {x1 y1 x2 y2} # Specify the lower left and upper right coordinates of the cutting box (box, optional)
-lines {x1 y1 x2 y2 ...} # Specify the coordinates of both cutting lines ends (box_list, optional)
-only_visible_wires # Specify to cut visible wires only (bool, optional)
-selected # Cut the selected wires (bool, optional)
舉個例子:
下面是被Cut之前的效果:
[DEV]innovus 6> editCutWire -box {820.568 672.897 890.693 691.443}
Cut-line is auto-snapped from (820.568000 672.897000 890.693000 691.443000) to (820.570000 672.895000 890.695000 691.445000).
被Cut之后的效果(中間的Wire在Window邊界會被切割):
被Cut完之后,這個Window內(nèi)的Shape其實是處于被選中的狀態(tài),取消選中之后可以看到邊界上的Shape都被打斷了:
其實在剛才在被選中的狀態(tài),我們可以直接用editDelete -selected將它們刪除。
效果:
上面的操作會對所有Layer以及所有的signal/clock/PG都執(zhí)行Cut操作,可是某些時候我們只想對部分Shape進行Cut,比如PG,那么該如何操作呢?
我們可以結(jié)合前面講解的editSelect(星球有講解幾乎所有edit相關(guān)的命令)來完成這個操作,比如我們只想對某個區(qū)域的Metal6的PG stripe執(zhí)行Cut,并且刪除里面的PG Shape,那么可以用下面的方法:
[DEV]innovus 17> editSelect -layer Metal6 -shape stripe
[DEV]innovus 18> editCutWire -box {820.568 672.897 890.693 691.443} -selected
效果:
最后再執(zhí)行editDelete -selected就可以了:
[DEV]innovus 19> editDelete -selected
效果:
審核編輯:劉清
-
WINDOWS
+關(guān)注
關(guān)注
3文章
3524瀏覽量
88432 -
Innovus
+關(guān)注
關(guān)注
1文章
20瀏覽量
2652 -
dev
+關(guān)注
關(guān)注
0文章
7瀏覽量
3293
原文標題:Innovus教程 - editCutWire命令講解
文章出處:【微信號:集成電路設(shè)計及EDA教程,微信公眾號:集成電路設(shè)計及EDA教程】歡迎添加關(guān)注!文章轉(zhuǎn)載請注明出處。
發(fā)布評論請先 登錄
相關(guān)推薦
評論