Innovus中的editChangeNet命令介绍

电子说

1.3w人已加入

描述

Innovus下常用的命令之一,可以帮我们更改选中的Pins/Wires/Vias上Net的名字。

需要注意的是,我们是无法通过GUI中的Attribute Editor或者dbSet来实现该目的的,在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'.

要实现该目的需要使用命令: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






审核编辑:刘清

打开APP阅读更多精彩内容
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

全部0条评论

快来发表一下你的评论吧 !

×
20
完善资料,
赚取积分