hnlGetGlobalModelMappedName
hnlGetGlobalModelMappedName(t_cellName t_switchList) =>name
Description
Returns a new mapped name for a given cell, if the argument specified as cellName is not a valid name for the target tool. Otherwise, an empty string is returned.
Arguments
|
If a configuration is used, this argument is the switch list, else this argument is not used |
Value Returned
Examples
hnlGetGlobalModelMappedName( "nand" "schematic spice" )
Related Topics
Return to top