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
|
DBId of the cellview that is searched to get |
Value Returned
Examples
hnlGetCellHdbProps( )
Related Topics
Return to top