dbGet [dbGet -p top.insts.instTerms.isTieHi 1].name dbGet [dbGet -p top.insts.instTerms.isTieLo 1].name Get all instTerm names that are tied to tieLo cells dbGet [dbGet -p [dbGet -p2 top.insts.cell.subClass coreTieLo].instTerms.net.allTerms.isInput 1].name Change the routing ...
dbGet [dbGet -p top.insts.instTerms.isTieHi 1].name dbGet [dbGet -p top.insts.instTerms.isTieLo 1].name get所有连接到tie cell的instTerm名字 dbGet [dbGet -p [dbGet -p2 top.insts.cell.subClass coreTieLo].instTerms.net.allTerms.isInput 1].name 更改net的route属性(比如从 FIXED 到ROUT...
select_obj [dbget -p top.insts.name $instance_name] editDelete -selected 3.在net上插入buffer #该命令相当于ICC2的add_buffer_on_route ecoAddRepeater –net $net_name –cell $buf_name –relativeDistToSink 0.5 \ –name $instance_name –newNetName $new_net_name 其中,relativeDistToSink越小...
10.4 用指定的颜色高亮 highlight [dbGet -p2 -regexp top.insts.cell.name {^NOR2X.*}]-color #0000ff
Innovus下常用的命令之一,可以帮我们更改选中的Pins/Wires/Vias上Net的名字。 需要注意的是,我们是无法通过GUI中的Attribute Editor或者dbSet来实现该目的的,在GUI中net name是灰色不可修改的内容,而dbSet也会说无法修改: [DEV]innovus 3> dbget selected.net.name ...
```dbGettop.terms.pins.allShapes.layer.name``` ``` - **List the non default rules (NDR) in the design** - ``` ```dbGethead.rules.name``` ``` - **List the NDRs applied on a specified net** - ``` ```dbGet[dbGet -p top.nets.name netName].rule.name``` ...
highlight [dbGet -p2 top.insts.cell.name NOR2X2AS9] 10.3 正则来匹配类型名字 highlight [dbGet -p2 -regexp top.insts.cell.name {NOR2X.*}] 10.4 用指定的颜色高亮 highlight [dbGet -p2 -regexp top.insts.cell.name {^NOR2X.*}]-color #0000ff...
highlight[dbGet-p2-regexp top.insts.cell.name{NOR2X.*}] 10.4 用指定的颜色高亮 代码语言:javascript 代码运行次数:0 运行 AI代码解释 highlight[dbGet-p2-regexp top.insts.cell.name{^NOR2X.*}]-color #0000ff 声明: 本号所发表的文章仅是个人兴趣,发表的观点仅是个人一点不成熟的看法,与所在公司无...
dbset [dbget -p top.inst.name $instance_name].pStatus fixed dbset [dbget -p2 top.inst.cell.subClass block].pStatus fixed dbget和dbset是innovus里面获取对象和设置对象属性的一个核心命令。具体解释过于复杂,这里仅简单介绍一下。第一行的-p和第二行的-p2指返回inst这个变量,instance的属性有pStatus,...
highlight [dbGet -p top.insts.name [get_property [get_cells $inst -hier] hierarchical_name]] -color cyan set net [get_nets -of_object $tmp] highlight [dbGet -p top.nets.name [get_property [get_nets $net -hier] hierarchical_name]] -color cyan ...