hnlMapCellName
hnlMapCellName(
d_cellViewId
[ t_viewList ]
[ t_pathName ]
[ t_LibName ]
[ t_cellName ]
[ t_viewName ]
[ t_isCellTopCell ]
)
=> name
Description
Returns the netlist module name of the cellview, which is the cellViewId. It adds the <cell name><module name> mapped pair into the model section of the name map associated with the hnlCurrentCell variable. The cellViewId must be a non-stopping instance.
Arguments
|
d_cellViewId
|
The cellViewId of the cellview.
|
|
t_viewList
|
Effective view list. This argument must also be supplied if hierarchical configuration is used.
|
|
t_pathName
|
Path name string. This argument must also be supplied if hierarchical configuration is used.
|
|
t_LibName
|
Configuration library name. This argument must also be supplied if hierarchical configuration is used.
|
|
t_cellName
|
Cell name. This argument must also be supplied if hierarchical configuration is used.
|
|
t_viewName
|
View name. This argument must also be supplied if hierarchical configuration is used.
|
|
t_isCellTopCell
|
If this cell is top cell. This argument must also be supplied if hierarchical configuration is used.
|
Value Returned
|
name
|
The netlist module name of the cellview, the cellViewId.
|
Examples
hnlMapCellName( cvId "schematic spice" "/I1/I3" "myLib" "middle" "schematic" FALSE )
Related Topics
OSS Functions
Return to top