oaDesign.h File Reference

Go to the source code of this file.

Compounds

class  oaCellType
class  oaDesign
class  oaDesignArray
class  oaDesignAttrType
class  oaTraits< oaDesign >

Defines

#define oaDesign_P
#define oavNumDesignAttrTypes   5
#define oavNumCellTypes   16

Enumerations

enum  oaDesignAttrTypeEnum {
  oacLibNameDesignAttrType = 0, oacCellNameDesignAttrType = 1, oacViewNameDesignAttrType = 2, oacCellTypeDesignAttrType = 3,
  oacLastSavedTimeDesignAttrType = 4
}
enum  oaCellTypeEnum {
  oacNoCellType = 0, oacBlockCellType = 1, oacBlockRingCellType = 2, oacCoverCellType = 3,
  oacCoverBumpCellType = 4, oacPadCellType = 5, oacPadSpacerCellType = 6, oacCoreCellType = 7,
  oacCoreSpacerCellType = 8, oacCoreAntennaCellType = 9, oacCornerCellType = 10, oacSoftMacroCellType = 11,
  oacViaCellType = 12, oacBlockBlackBoxCellType = 13, oacPadAreaIOCellType = 14, oacCoreWellTapCellType = 15
}


Define Documentation

#define oaDesign_P
 

#define oavNumCellTypes   16
 

#define oavNumDesignAttrTypes   5
 


Enumeration Type Documentation

enum oaCellTypeEnum
 

Enumeration values:
oacNoCellType  "none"
oacBlockCellType  "block"
oacBlockRingCellType  "blockRing"
oacCoverCellType  "cover"
oacCoverBumpCellType  "coverBump"
oacPadCellType  "pad"
oacPadSpacerCellType  "padSpacer"
oacCoreCellType  "core"
oacCoreSpacerCellType  "coreSpacer"
oacCoreAntennaCellType  "coreAntenna"
oacCornerCellType  "corner"
oacSoftMacroCellType  "softMacro"
oacViaCellType  "via"
oacBlockBlackBoxCellType  "blockBlackBox"
oacPadAreaIOCellType  "padAreaIO"
oacCoreWellTapCellType  "coreWellTap"

enum oaDesignAttrTypeEnum
 

Enumeration values:
oacLibNameDesignAttrType  "libName"
oacCellNameDesignAttrType  "cellName"
oacViewNameDesignAttrType  "viewName"
oacCellTypeDesignAttrType  "cellType"
oacLastSavedTimeDesignAttrType  "lastSavedTime"

Return to top of page