dbGet(三)
inst
flat design下的instance
Parent Object
group, hInst, instTerm, io, pBlkg, ptn, rBlkg, sdp, topCell
Child Object
area,box,box_area,box_ll,box_llx,box_lly,box_size,box_sizex,box_sizey,box_ur,box_urx,box_ury,boxes,cell,group,hInst,instTerms,isAlwaysOn,isDontTouch,isHaloBlock,isIsolation,isJtagElem,isLevelShifter,isPhysOnly,isSpareGate,maskShift,name,orient,pHaloBot,pHaloBox,pHaloBox_area,pHaloBox_ll,pHaloBox_llx,pHaloBox_lly,pHaloBox_size,pHaloBox_sizex,pHaloBox_sizey,pHaloBox_ur,pHaloBox_urx,pHaloBox_ury,pHaloLeft,pHaloRight,pHaloTop,pStatus,pd,pgCellTerms,pgTermNets,props,pt,pt_x,pt_y,rHaloBotLayer,rHaloSideSize,rHaloTopLayer
hInst: inst的parent module
instTerms: instance的pin
pHalo*:placement halo相关的东西
pgCellTerms:cell的pg term
pgTermNets:cell pg term所连的net
rHalo*:route halo相关的东西
instTerm
instance的pin
Parent Object
hNet, inst, net
Child Object
cellTerm,hNet,inst,isInput,isOutput,isSpecial,isTieHi,isTieLo,layer,name,net,pd,pt,pt_x,pt_y
cellTerm: cell的term
hNet: 连接该inst term的hierarchical net,对图上红圈框住的net就是hNet,
整条到top level的net就是net,是flatten的

io
io pad或者io pin的信息
Parent Object
fPlan
Child Object
area,box,box_area,box_ll,box_llx,box_lly,box_size,box_sizex,box_sizey,box_ur,box_urx,box_ury,indent,inst,isAssigned,isCorner,isGapFixed,isGround,isOffsetFixed,isPower,name,offset,order,row,side,spacing,term,type
Layer
tech lef中layer的信息
Parent Object
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,antennaModel4,area,backside,densityStepX,densityStepY,densityWindowX,densityWindowY,direction,extName,fillActiveSpacing,fillGapSpacing,maxDensity,maxWidth,mfgGrid,minDensity,minSpacing,minWidth,name,num,numMasks,offsetX,offsetY,pitchX,pitchY,props,spacingTables,type,width,wrongwayMinWidth,wrongwaySpacing,wrongwayWidth
这些就是tech lef中关于layer的信息,以及一些routing信息,太复杂了,暂时就不介绍了,不懂的名词可以查阅下LEF menu.
layerRule
layer中关于rule的信息
Parent Object
rule
Child Object
layer,spacing,width
layerShape
pin或者blockage在layer上的shape
Parent Object
libCell, pin
Child Object
isExceptPGNet,layer,shapes,spacing
libCell
library中的cell信息
Parent Object
bump, head, inst, term
Child Object
abstractLib,abstractView,allObstructions,baseClass,cellDensities,eeqCells,foreigns,isAbstractDefined,isBuffer,isDontTouch,isDontUse,isInverter,isIsolation,isLevelShifter,isSequential,isTimeDefined,isVDDOnBottom,layerShapeObstructions,layoutLib,layoutView,lefFileName,leftEdgeName,leftPadding,name,numBidirs,numInputs,numOutputs,numPGTerms,numPhysTerms,numRefs,numTerms,pgTerms,physTerms,props,rightEdgeName,rightPadding,shapeViaObstructions,site,size,size_x,size_y,subClass,symmetryR90,symmetryX,symmetryY,terms
baseClass:返回design中的cell的class信息,一般有这些block, core, corner, cover, none, pad
[DEV]innovus 14> dbGet head.libCells.baseClass -u
pad block core corner
eeqCells:官方解释是与电气相关的cell
foreigns: cell原点的坐标与参考原点之间的偏移量
numBidirs:cell的bidirectional term,双向term
numPhysTerms: cell的physical term,就是没有用到的term数量
numRefs: library中每个cell被例化的次数
physTerms:就是指没有用到的term
subClass: 子类型,LEF中关于macro更详细的分类,比如说:block, blockBlackBox, blockRing, blockSoft, core, coreAntenna...具体内容如下图所示:红框框就是baseClass,蓝框框就是subClass

marker
DRC marker的信息
Parent Object
topCell
Child Object
area,box,box_area,box_ll,box_llx,box_lly,box_size,box_sizex,box_sizey,box_ur,box_urx,box_ury,layer,message,messageId,originator,polyPts,subType,type,userOriginator,userSubType,userType
大部分都和rule有关,平时用到也不多。
net
net信息
Parent Object
bump, bus, hInstTerm, hNet, hTerm, inst, instTerm, netGroup, pWire, pd, routeType, sViaInst, sWire, term, topCell, vWire, viaInst, wire
Child Object
allTerms,area,avoidDetour,botMaskLayerNum,botOneSideSpacingLayerNum,bottomPreferredLayer,box,box_area,box_ll,box_llx,box_lly,box_size,box_sizex,box_sizey,box_ur,box_urx,box_ury,bus,hNets,instTerms,isAnalog,isCTSClock,isClock,isDontTouch,isExternal,isFixedBump,isGnd,isMixedSignal,isPatternTrunk,isPhysOnly,isPwr,isPwrOrGnd,isScanNet,isTrialRouted,mask,maxVoltage,minVoltage,name,numInputTerms,numOutputTerms,numTerms,pWires,preferredExtraSpace,props,rule,sVias,sWires,shieldNets,siPostRouteRepair,skipAntennaRepair,skipRouting,terms,topMaskLayerNum,topOneSideSpacingLayerNum,topPreferredLayer,vias,weight,wires
allTerms: design中所有的inst term以及top level io term
isIlmNet: 这条net是不是连着ilm module
maxVoltage: 这条net的最大电压
minVoltage:这条net的最小电压
pWires: patch wire
sVias: special via
sWires: special wire
vias: regular via
wires: regular wire
weight: net weight, 指net的权重,可以参考下文
剩余的大部分都是routing本身的属性,和dbGet并无太多关系
netGroup
net group信息
Parent Object
busGuide, fPlan, pinGuide
Child Object
excludeNet,isCompact,isGuided,isOptimizeOrder,isSpread,keepOutSpace,name,nets
pBlkg
placement blockage信息
Parent Object
fPlan
Child Object
area,attr,boxes,density,inst,isNoFlop,isPushdown,name,shapes,type
pd
power domain信息
Parent Object
group, inst, instTerm, term, topCell
Child Object
core2Bot,core2Left,core2Right,core2Top,extBot,extEdges,extLeft,extRight,extTop,gapBot,gapEdges,gapLeft,gapRight,gapTop,group,isAlwaysOn,isDefault,name
这里基本上就是low power的基本信息,这些内容和dbGet本身没太大关系.
pin
lef中的port信息
Parent Object
term
Child Object
allShapes,class,layerShapeShapes,portNumber,shapeViaShapes
这里基本上就是lef中关于pin定义的那些physical信息
pinGroup
lef中的port信息
Parent Object
term
Child Object
allShapes,class,layerShapeShapes,portNumber,shapeViaShapes
这里基本上就是lef中关于pin定义的那些physical信息
pinGuide
pin guide信息
Parent Object
fPlan
Child Object
area,boxes,cell,layerPriority,layers,name,netGroup,pinGroup
ptn
ptn就是partition的信息
Parent Object
hInst, topCell
Child Object
cloneHInsts,cloneInsts,clones,coreSpacingBot,coreSpacingLeft,coreSpacingRight,coreSpacingTop,isBlackBox,isCommited,master,masterHInst,masterInst,minPitchBot,minPitchLeft,minPitchRight,minPitchTop,name,pHaloBot,pHaloLeft,pHaloRight,pHaloTop,pinLayersBot,pinLayersLeft,pinLayersRight,pinLayersTop,pinToCornerDist,rHaloBotLayer,rHaloSideSize,rHaloTopLayer,railWidth,reservedLayers,stdCellHeight
cloneHInsts: 如果partition还没有commit,或者不是blackbox,返回clone hinsts
cloneInsts:如果partition已经commit或者是blackbox,返回clone insts
masterHInst: 如果partition还没有commit,或者不是blackbox,返回master hinsts
masterInst: 如果partition已经commit或者是blackbox,返回master insts
ptnCell
ptn cell的信息
Parent Object
head, inst, pinGroup, term
Child Object
isVDDOnBottom,name,numBidirs,numInputs,numPGTerms,numPhysTerms,numRefs,numTerms,pgTerms,physTerms,pinToCornerDist,props,symmetryR90,symmetryX,symmetryY,terms
前文lib cell中有解释
ptnPinBlkg
partition pin blockage信息
Parent Object
fPlan
Child Object
box,box_area,box_ll,box_llx,box_lly,box_size,box_sizex,box_sizey,box_ur,box_urx,box_ury,layer,name
pWire
patch wire,补丁,在advance node中用做金属,修补DRC使用
Parent Object
net
Child Object
box,box_area,box_ll,box_llx,box_lly,box_size,box_sizex,box_sizey,box_ur,box_urx,box_ury,layer,mask,net,pt,pt_x,pt_y,rule,status
rBlkg
routing blockage信息
Parent Object
fPlan
Child Object
area,attr,boxes,designRuleWidth,inst,isExceptPGNet,isPGNetOnly,isPushdown,layer,name,shapes,spacing
resizeBlkg
size blockage信息
Parent Object
fPlan
Child Object
area,box,box_area,box_ll,box_llx,box_lly,box_size,box_sizex,box_sizey,box_ur,box_urx,box_ury,isResizeable,name
row
row信息
Parent Object
fPlan
Child Object
area,box,box_area,box_ll,box_llx,box_lly,box_size,box_sizex,box_sizey,box_ur,box_urx,box_ury,name,numX,numY,orient,site,stepX,stepY
shape
shape的一些信息
Parent Object
layerShape, pBlkg, rBlkg
Child Object
mask,path,poly,rect,rect_area,rect_ll,rect_llx,rect_lly,rect_size,rect_sizex,rect_sizey,rect_ur,rect_urx,rect_ury,type
shapeVia
via的形状
Parent Object
libCell, pin
Child Object
botMask,botRects,cutMask,cutRects,pt,pt_x,pt_y,topMask,topRects,via
site
site的信息
Parent Object
fPlan, head, libCell, row
Child Object
class,name,size,size_x,size_y,symmetryR90,symmetryX,symmetryY
class:site的类别,一般包括core, pad
sVia
special via信息
Parent Object
net
Child Object
botMask,botRects,cutMask,cutRects,net,props,pt,pt_x,pt_y,shape,shieldNet,status,topMask,topRects,userClass,via
sWire
special wire信息
Parent Object
net
Child Object
area,beginExt,box,box_area,box_ll,box_llx,box_lly,box_size,box_sizex,box_sizey,box_ur,box_urx,box_ury,endExt,geomType,layer,mask,net,polyPts,props,pts,shape,shieldNet,status,userClass,width
term
top level io port信息
Parent Object
bump, bus, hInstTerm, hTerm, inst, instTerm, io, libCell, net, pinGroup, ptnCell, topCell
Child Object
antennas,bus,cell,depth,groundSensitivity,inOutDir,isClk,isInput,isOutput,isScanClk,isSpecial,isTieHi,isTieLo,layer,mustJoin,name,net,orient,pStatus,pd,pins,props,pt,pt_x,pt_y,rule,shape,side,supplySensitivity,type,width
topCell
top cell下面的信息
Parent Object
fPlan, head, pinGroup, pinGuide, term
Child Object
bumps,designLib,designView,fPlan,hInst,insts,isProtoModelCommitted,isProtoModelSpecified,isVDDOnBottom,markers,name,nets,numBidirs,numInputs,numInsts,numNets,numPGTerms,numPhysInsts,numPhysNets,numPhysTerms,numTerms,pds,pgTerms,physInsts,physNets,physTerms,pinToCornerDist,pkgComponents,pkgObjects,props,ptns,statusClockSynthesized,statusDetailRouted,statusGRouted,statusIoPlaced,statusPlaced,statusPowerAnalyzed,statusRCExtracted,statusRouted,statusScanOpted,symmetryR90,symmetryX,symmetryY,terms,texts
trackDef
Def中关于track的信息
Parent Object
fPlan
Child Object
dir,isSameMask,layers,mask,numTracks,start,step
via
regular via的信息
Parent Object
head, rule, sVia, shapeVia, via
Child Object
botMask,botRects,cutMask,cutRects,net,pt,pt_x,pt_y,rule,status,topMask,topRects,via
wire
regular wire的信息
Parent Object
net
Child Object
area,beginExt,box,box_area,box_ll,box_llx,box_lly,box_size,box_sizex,box_sizey,box_ur,box_urx,box_ury,direction,endExt,layer,length,mask,net,pts,rule,status,width
关键的那几个:term,hterm,hinstTerm,net,hNet,inst,hinst区别就行,剩余的大都是physical本身的一些概念
dbGet(三)的更多相关文章
- LevelDB的源码阅读(三) Get操作
在Linux上leveldb的安装和使用中我们写了这么一段测试代码,内容以及输出结果如下: #include <iostream> #include <string> #inc ...
- 常用 Gulp 插件汇总 —— 基于 Gulp 的前端集成解决方案(三)
前两篇文章讨论了 Gulp 的安装部署及基本概念,借助于 Gulp 强大的 插件生态 可以完成很多常见的和不常见的任务.本文主要汇总常用的 Gulp 插件及其基本使用,需要读者对 Gulp 有一个基本 ...
- 【原】FMDB源码阅读(三)
[原]FMDB源码阅读(三) 本文转载请注明出处 —— polobymulberry-博客园 1. 前言 FMDB比较优秀的地方就在于对多线程的处理.所以这一篇主要是研究FMDB的多线程处理的实现.而 ...
- Jquery的点击事件,三句代码完成全选事件
先来看一下Js和Jquery的点击事件 举两个简单的例子 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN&q ...
- node.js学习(三)简单的node程序&&模块简单使用&&commonJS规范&&深入理解模块原理
一.一个简单的node程序 1.新建一个txt文件 2.修改后缀 修改之后会弹出这个,点击"是" 3.运行test.js 源文件 使用node.js运行之后的. 如果该路径下没有该 ...
- 简谈百度坐标反转至WGS84的三种思路
文章版权由作者李晓晖和博客园共有,若转载请于明显处标明出处:http://www.cnblogs.com/naaoveGIS/ 1.背景 基于百度地图进行数据展示是目前项目中常见场景,但是因为百度地图 ...
- 一起学 Java(三) 集合框架、数据结构、泛型
一.Java 集合框架 集合框架是一个用来代表和操纵集合的统一架构.所有的集合框架都包含如下内容: 接口:是代表集合的抽象数据类型.接口允许集合独立操纵其代表的细节.在面向对象的语言,接口通常形成一个 ...
- 谈谈一些有趣的CSS题目(三)-- 层叠顺序与堆栈上下文知多少
开本系列,讨论一些有趣的 CSS 题目,抛开实用性而言,一些题目为了拓宽一下解决问题的思路,此外,涉及一些容易忽视的 CSS 细节. 解题不考虑兼容性,题目天马行空,想到什么说什么,如果解题中有你感觉 ...
- 如何一步一步用DDD设计一个电商网站(三)—— 初涉核心域
一.前言 结合我们本次系列的第一篇博文中提到的上下文映射图(传送门:如何一步一步用DDD设计一个电商网站(一)—— 先理解核心概念),得知我们这个电商网站的核心域就是销售子域.因为电子商务是以信息网络 ...
随机推荐
- const真有点烦
在C++中const代替#define的操作,当定义一个const时必须附一个值给它:const int size = 100;通常C++编译器不为const创建存储空间,相反它把这个定义保存在符号表 ...
- Eclipse的Errors in required projec(s)问题
在Eclipse中运行代码时出现Errors exist in required project(s)弹窗提示,但是当前类并无错误,点击Proceed当前类仍然可以运行 错误展示: Errors ex ...
- jdbc中SQL语句拼接java变量
例如:String sql = "select * from user where username='" + username + "' and password =' ...
- [CF1220C] Substring Game in the Lesson - 博弈论
[CF1220C] Description 给定一个字符串 \(S\) , 同时维护一个区间 \([l,r]\) .轮流操作,每次可以扩展到一个新区间使得原区间是新区间的真子区间,并且字典序更小,不能 ...
- ASPxDashboardViewer_OnDashboardLoaded 修改Item参数
protected void ASPxDashboardViewer_OnDashboardLoaded(object sender, DashboardLoadedWebEventArgs e) { ...
- 在多租户(容器)数据库中如何创建PDB:方法3 克隆远程PDB
基于版本:19c (12.2.0.3) AskScuti 创建方法:克隆远程PDB(从非当前CDB中进行远程克隆).将 CDB2 中的 ERP1 远程克隆为 CDB1 中的 PDB6 对应路径:Cre ...
- <img src = "..."/>的一个图片上面怎么在放上字
转自:https://zhidao.baidu.com/question/1495805873400412779.html 例子1: html中可以用css相对定位让文字在图片的上面. 1.新建htm ...
- IText异常 NoClassDefFoundError: org/bouncycastle/asn1/ASN1Encodable
根据Itext的版本,查看依赖库的版本 maven地址:https://mvnrepository.com/artifact/com.itextpdf/itextpdf <dependency& ...
- RemoteViews 整理
前言 RemoteViews表面意思就是远程的view,这个就很难理解了,远程的view.但是英语是抽象,remote本身就是偏僻的,偏远的意思. 所以remoteViews 就是地方view,天高皇 ...
- sql server和eclipse连接代码
新建java程序:必须添加sql server驱动程序(上篇博文中有详细过程) package asd; import java.sql.*; //创建数据库连接类 public class DBCo ...