Innovus下常用的命令之一,可以幫我們更改選中的Pins/Wires/Vias上Net的名字。
需要注意的是,我們是無法通過GUI中的Attribute Editor或者dbSet來實現(xiàn)該目的的,在GUI中net name是灰色不可修改的內容,而dbSet也會說無法修改:
[DEV]innovus 3> dbget selected.net.name
GND
[DEV]innovus 4> dbSet selected.net.name _FILLS_RESERVED
**WARN: (IMPDBTCL-216): Attribute 'name' of object type 'net' is not allowed to be changed by dbSet. For help use 'dbSchema net' to get list of all supported (settable/unsettable) objects and attributes for the object type 'net'.
要實現(xiàn)該目的需要使用命令:editChangeNet
命令的usage:
editChangeNet
[-help]
-to netName
命令功能:
更改選中的Pins/Wires/Vias上Net的名字。從15.1版本開始,該命令也可以用于修改Patch Wire(pWire)上Net的名字。
常用選項說明:
editChangeNet
-help
打印幫助信息
-to netName
指定要給Pins/Wires/Vias分配的新的net的名字。
命令應用舉例:
示例1:
[DEV]innovus 3> dbget selected.net.name
GND
[DEV]innovus 4> editChangeNet -to "_FILLS_RESERVED"
[DEV]innovus 5> dbget selected.net.name
_FILLS_RESERVED
示例2:
選中net為VDD1的physical pins、wires、vias然后將它們的net改為VDD2:
editSelect -net VDD1
editSelectVia -net VDD1
editChangeNet -to VDD2
審核編輯:劉清
-
GUI
+關注
關注
3文章
661瀏覽量
39716 -
GND
+關注
關注
2文章
539瀏覽量
38750
原文標題:Innovus常用命令講解 - editChangeNet命令
文章出處:【微信號:集成電路設計及EDA教程,微信公眾號:集成電路設計及EDA教程】歡迎添加關注!文章轉載請注明出處。
發(fā)布評論請先 登錄
相關推薦
評論