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

hnlMakeNetlistFileName

hnlMakeNetlistFileName( 
d_cellViewId
t_effectiveViewList
t_currentCellPath
t_configLibName
t_configCellName
t_configViewName
g_isTopConfigCell
)
=> name

Description

Returns the relative name of the netlist file for cellViewId. This relative name is the path in the current netlisting directory. The cellViewId must be a non-stopping cellview, which you can netlist.

Arguments

d_cellViewId

The cellViewId of the cellview for which netlist file name is to be created.

t_effectiveViewList

Effective view list.

t_currentCellPath

Path to the current cell.

t_configLibName

Library name for effective config.

t_configCellName

Cell name for effective config for this cellview

t_configViewName

View name for effective config for this cellview.

g_isTopConfigCell

If the cellview is the top cellview.

Value Returned

name

The relative name of the netlist file for cellViewId.

Examples

The following example shows how to call the hnlMakeNetlistFileName function when HDB configuration is used for netlisting.

hnlMakeNetlistFileName( hnlCurrentCell hnlCurrentCellViewList hnlCurrentCellPath hnlCurrentCellConfigLibname hnlCurrentCellConfigCellname hnlCurrentCellConfigViewname hnlIsTopConfigCell  ) 

The variables, in the example, are replaced with their values at run-time.

The following example shows how to call the hnlMakeNetlistFileName function when HDB configuration is not used for netlisting.

hnlMakeNetlistFileName( cellView )

Related Topics

OSS Functions


Return to top
 ⠀
X