Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

hnlGetCellHdbProps

hnlGetCellHdbProps(
d_cellView
)
=> list / nil

Description

Returns the list of HDB properties and their values for the given cellview, when called by the formatter during netlisting. The function uses the DBId of cellview to extract the libName and cellName. It further uses the libName and cellName combination to query the HDB properties from prop.cfg property file.

Arguments

d_cellView

DBId of the cellview that is searched to get libName and cellName.

Value Returned

list

The list of properties for the given cellview from the HDB.

nil

The command was unsuccessful.

Examples

hnlGetCellHdbProps( )

Related Topics

OSS Functions


Return to top
 ⠀
X