} get到设计中非power的via数量 llength [dbGet [dbGet -p top.nets.isPwrOrGnd 0].vias] get设计中memory的latency值 set mem_pin [dbget [dbget top.insts.cell.name *RAM* -p2].instTerms.name *CLK] foreach i $mem_pin { puts "$i [get_property [get_pins $i] actual_latency_late_rise_...
dbGet是基于一种树状的结构图,如下图所示。head是最原始的parent,然后我们需要寻找的object就藏在这每一个一级一级的分支下。selected和top其实也属于head的一个分支,只不过它们比较常用,所以就单独列出作为一个原始分支。现在各种object一共加起来有64个,我们需要做的就是找准路线,一击必中,把“指针”找出来。 db...
antennaData, busGuide, cellDensity, fPlan, hInstTerm, head, inst, instTerm, layerRule, layerShape, marker, net, pWire, pinGuide, ptn, ptnPinBlkg, rBlkg, routeType, sWire, term, text, trackDef, vWire, via, viaRuleGenerate, wire Child Object antennaModel1,antennaModel2,antennaModel3,an...
bump bus hInstTerm hNet hTerm inst instTerm net netGroup pWire pd routeType sViaInst sWire term topCell vWire viaInst wire 但是如果你不知道想要查询的attribute名字,上一级或者下一级都完全没思路的话,那就没办法。只能查询doc了,下面我们就来介绍一下各个attribute的意思,(由于数目太庞大,简单的或者很...
bump bus hInstTerm hNet hTerm inst instTerm net netGroup pWire pd routeType sViaInst sWire term topCell vWire viaInst wire 但是如果你不知道想要查询的attribute名字,上⼀级或者下⼀级都完全没思路的话,那就没办法。只能查询doc了,下⾯我们就来介绍⼀下各个attribute的意思,(由于数⽬太庞...
If we look at our .cmd file (which logs the commands executed at the command line -or- via GUI actions) we see:selectObjByProp Instance <Cell>Match<BUFX1>We could certainly use this command to select a number of objects by type, and this is a useful utility. But invariably, our ...
Rversion3.4.0(2017-04-21)Platform:x86_64-w64-mingw32/x64 (64-bit)Runningunder:Windows>=8x64 (build9200)Matrixproducts:defaultattachedbasepackages:[1]statsgraphicsgrDevicesutilsdatasetsmethodsbaseotherattachedpackages:[1]DBI_0.6-1odbc_1.0.1RevoUtilsMath_10.0.0loadedviaanamespace (andnotattached):...
bump bus hInstTerm hNet hTerm inst instTerm net netGroup pWire pd routeType sViaInst sWire term topCell vWire viaInst wire 但是如果你不知道想要查询的attribute名字,上一级或者下一级都完全没思路的话,那就没办法。只能查询doc了,下面我们就来介绍一下各个attribute的意思,(由于数目太庞大,简单的或者很...
#跑车事故榜# 昨晚深夜,浙江海宁文宗南路,一辆红色的法拉利California 发生了撞车事故,左前轮被撞掉,车身右侧有刮擦痕迹,听闻驾驶者是一名女司机,具体事故原因不详!via:汽车之家#TATA4#图片,@A咖艾伦 推...
[-i] -p是我们经常用到的option。p指point,有时我们使用dbGet筛选得到我们所想要的结果。但更多时候,这些结果会被用来做另一个层级的dbGet指令。这时候就要用到-p,来返回指针。 如果我们想要知道所有在M3上的insts pin的名字: innovus 59> dbGet [dbGet -p2 top.insts.instTerms.layer.name M3].name ...