dbGet [dbGet -p selected.cell.terms.namepinName].pins.allShapes.layer.extName get到die area/选中boxes的polygon和面积 dbShape -output polygon [dbGet top.fPlan.boxes] dbShape -output polygon [dbGet selected.boxes] dbShape -outputarea[dbGet selected.boxes] get top level term pin坐标和layer numb...
dbGet [dbGet -p selected.cell.terms.name pinName].pins.allShapes.layer.extName Report points of the polygon that forms the die area dbShape -output polygon [dbGet top.fPlan.boxes] Get Verilog module ports dbGet [ dbGet -p1 top.hInst.allTreeInsts.name $moduleInstName].hInstTerms.hTerm.name...
- **Report points of the polygon that forms the die area** - ``` ```dbShape-output polygon[dbGet top.fPlan.boxes]``` ``` - **Get Verilog module ports** - ``` ```dbGet[ dbGet -p1 top.hInst.allTreeInsts.name $moduleInstName].hInstTerms.hTerm.name``` ``` - **To query to...
dbGet [dbGet -p selected.cell.terms.name pinName].pins.allShapes.layer.extName Report points of the polygon that forms the die area dbShape -output polygon [dbGet top.fPlan.boxes] Get Verilog module ports dbGet [ dbGet -p1 top.hInst.allTreeInsts.name $moduleInstName].hInstTerms.hTerm.name...
[-e] [-i] -p是我们经常用到的option。p指point,有时我们使用dbGet筛选得到我们所想要的结果。但更多时候,这些结果会被用来做另一个层级的dbGet指令。这时候就要用到-p,来返回指针。 如果我们想要知道所有在M3上的insts pin的名字: innovus 59> dbGet [dbGet -p2 top.insts.instTerms.layer.name M3].nam...