dbGet [dbGet -p2 top.insts.cell.subClass block*].pHaloTop dbGet [dbGet -p2 top.insts.cell.subClass block*].pHaloBot dbGet [dbGet -p2 top.insts.cell.subClass block*].pHaloLeft dbGet [dbGet -p2 top.insts.cell.subClass block*].pHaloRight Get the size and top/bottom layers of block ro...
70G.Area: 0.13D.Area: 0.00CAR: 1291.46Ratio: 400.00 (C.S.Area)2)source如下proc程序(这套脚本是练习脚本能力非常好的资源)proc addDiode {antennaFile antennaCell} { unlogCommand dbGetif [catch {open $antennaFile r} fileId] { puts stderr "Cannot open $antennaFile: $fileId" ...
```dbGet[dbGet -p2 top.insts.cell.subClass block*].pHaloTop```dbGet[dbGet -p2 top.insts.cell.subClass block*].pHaloBot```dbGet[dbGet -p2 top.insts.cell.subClass block*].pHaloLeft```dbGet[dbGet -p2 top.insts.cell.subClass block*].pHaloRight``` ``` - **Get the size and top/b...
将macro或者特定instance固定住,使用下面的命令: dbset [dbget -p top.inst.name $instance_name].pStatus fixed dbset [dbget -p2 top.inst.cell.subClass block].pStatus fixed dbget和dbset是innovus里面获取对象和设置对象属性的一个核心命令。具体解释过于复杂,这里仅简单介绍一下。第一行的-p和第二行的-...
定义了一个proc “highlightModule”,执行这个proc就会自动给hierarchy module着色,不过这个hierarchy module list是通过 “dbGet top.hInst.treeHInsts.name *”这个命令展开的,这个命令似乎会展开所有层次,可能不太好用。 改进方法是可以手动指定hier关键字或者hier深度。
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 top.insts.cell.nameNOR2X2AS9] 10.3 正则来匹配类型名字 代码语言:javascript 代码运行次数:0 运行 AI代码解释 highlight[dbGet-p2-regexp top.insts.cell.name{NOR2X.*}] 10.4 用指定的颜色高亮 代码语言:javascript 代码运行次数:0 ...
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...
定义了一个proc “highlightModule”,执行这个proc就会自动给hierarchy module着色,不过这个hierarchy module list是通过 “dbGet top.hInst.treeHInsts.name *”这个命令展开的,这个命令似乎会展开所有层次,可能不太好用。 改进方法是可以手动指定hier关键字或者hier深度。
dbGet [dbGet -p2 top.insts.cell.subClass block*].pHaloLeft dbGet [dbGet -p2 top.insts.cell.subClass block*].pHaloRight 获得block routing halos大小和最低最高层 dbGet [dbGet -p2 top.insts.cell.subClass block*].rHaloSideSize dbGet [dbGet -p2 top.insts.cell.subClass block*].rHaloBotLayer...