hnlSetMappingType
hnlSetMappingType(
t_string
)
=> t / nil
Description
Sets namespace mapping type for nets, terminals, globals, and models to tabularOnly, nmpOnly, or nmpWithTabular.
-
tabularOnly: The default OSS name mapping type. -
nmpOnly: Maps invalid names in a formatter namespace. The function returnsnull, ifnmpfails. -
nmpWithTabular: Maps invalid names in a formatter namespace similar tonmpOnlymapping type. However, ifnmpfails or there is a conflict with already mapped names, OSS reverts to thetabularOnlymapping type.
Cadence and third party formatters, which are plugged into OSS, use the hnlSetMappingType function.
Arguments
Value Returned
Examples
hnlSetMappingType("tabularOnly")
hnlSetMappingtype("nmpOnly")
hnlSetMappingType("nmpWithTabular")
Related Topics
Return to top