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
|
The |
|
Value Returned
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
Return to top