3
Cellview Input/Output Database Access Functions
This topic provides a list of basic editing Cadence® SKILL functions associated with cellview input/output database.
Before you can access the database, you need to set the cds.lib file so the database can locate the cells in your design. You can then open various cellviews in different libraries located in directories listed in the cds.lib file. When you open a cellview, you can use other database functions to examine and modify the contents of the cellview. After you finish with a cellview, close it so the memory associated with that cellview can be reused.
Only the functions listed here are supported for public use. All other functions, regardless of their name or prefix, and undocumented aspects of the functions described below, are private and are subject to change at any time.
- dbAllCellViews
- dbCellViewHasVirtHier
- dbCheckRecursion
- dbClose
- dbComputeBBox
- dbComputeBBoxNoNLP
- dbCopyCellView
- dbCreateLib
- dbDefineProc
- dbFeaturePrintInfo
- dbFindOpenCellView
- dbFlattenInst
- dbFlattenInst2
- dbFullLibPath
- dbFullPath
- dbGetAnyInstSwitchMaster
- dbGetCellViewDdId
- dbGetLibDataCompressionLevel
- dbGetOpenCellViews
- dbHasAutoSavedFile
- dbHasPanicFile
- dbIsNonSKILLPcell
- dbOpenAutoSavedCellView
- dbOpenCellViewByType
- dbOpenHier
- dbOpenPanicCellView
- dbOpenParamCellView
- dbProduceMemName
- dbPurge
- dbRefreshCellView
- dbRefreshLibDataCompressionLevel
- dbRegPostSaveAsTrigger
- dbRegPostSaveTrigger
- dbRegPurgeTrigger
- dbRegSaveTrigger
- dbReopen
- dbRestoreAndOpenAutoSavedFile
- dbRestoreAndOpenPanicFile
- dbSave
- dbSearchCDF
- dbSetAutoSave
- dbSetLibDataCompressionLevel
- dbUndefineProc
- dbUnregPostSaveAsTrigger
- dbUnregPostSaveTrigger
- dbUnregPurgeTrigger
- dbUnregSaveTrigger
- dbUnsetLibDataCompressionLevel
- dbWriteSkill
- dbWriteSkillWithLib
Return to top