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...
dbset [dbget -p top.insts.name $instance_name].dontTouch true dbset [dbget -p2 top.insts.cell.name $cell_name].dontTouch true 8.setPlaceMode 的一些常见设置 #设置工具优化程度,express时间最快,QoR最差;extreme反之。 setDesignMode -flowEffort standard (express | extreme) #设置congestion的优化...
place at location of instance attachDiode -diodeCell $antennaCell -pin $instName$pinName -loc $instLoc } } } } close $fileId# Legalize placement of diodes and run ecoRoute to route them refinePlace -preserveRouting true ecoRoute logCommand dbGet}3)通过下面的命令来调用...
```dbGet[dbGet -p top.insts.isSpareGate 1].name``` ``` - get 特定instance的pg pin - ``` ```dbGet[dbGet top.insts.name $instName -p ].pgInstTerms.name``` ``` **Cadence提供了更为详细的命令,参考如下:**You can use the following single-line dbGet scripts to explore various as...
-stripePin -PGPinLayers1,2,3,4 -specifyTopLayer 4 10、innovus高亮指定inst 10.1 根据类型选中inst selectInstByCellName {NOR2X*} 10.2 高亮全部NOR2X2AS9类型的inst highlight [dbGet -p2 top.insts.cell.name NOR2X2AS9] 10.3 正则来匹配类型名字 ...
-stripePin -PGPinLayers1,2,3,4 -specifyTopLayer 4 10、innovus高亮指定inst 10.1 根据类型选中inst selectInstByCellName {NOR2X*} 10.2 高亮全部NOR2X2AS9类型的inst highlight [dbGet -p2 top.insts.cell.name NOR2X2AS9] 10.3 正则来匹配类型名字 ...
定义了一个proc “highlightModule”,执行这个proc就会自动给hierarchy module着色,不过这个hierarchy module list是通过 “dbGet top.hInst.treeHInsts.name *”这个命令展开的,这个命令似乎会展开所有层次,可能不太好用。 改进方法是可以手动指定hier关键字或者hier深度。
当pin宽度等于最小线宽且不与grid对齐时,可能会引导起iobuf与pin不route。 3、插iobuffer 代码语言:javascript 代码运行次数:0 运行 AI代码解释 attachIOBuffer-in{BUFX2}-out{BUFX8}-suffixIOBUF-status softfixed set_dont_touch*_IOBUF 设dout touch后,就不会优化BUF的驱动能力。加softfixed后,不会移动BUF...
write_lef_abstract digital_top.lef -5.8 -stripePin -PGPinLayers1,2,3,4 -specifyTopLayer 4 10、innovus高亮指定inst 10.1 根据类型选中inst selectInstByCellName {NOR2X*} 10.2 高亮全部NOR2X2AS9类型的inst highlight [dbGet -p2 top.insts.cell.name NOR2X2AS9] ...
dbGet [dbGet -p head.libCells.dontUse 1].name 获得JTag elements dbGet [dbGet -p top.insts.isJtagElem 1].name 获得所有 spare instances dbGet [dbGet -p top.insts.isSpareGate 1].name get 特定instance的pg pin dbGet [dbGet top.insts.name $instName -p ].pgInstTerms.name get特定instance...