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

hnlSetMappingType

hnlSetMappingType( 
t_string
)
=> t / nil

Description

Sets namespace mapping type for nets, terminals, globals, and models to tabularOnly, nmpOnly, or nmpWithTabular.

Cadence and third party formatters, which are plugged into OSS, use the hnlSetMappingType function.

Arguments

t_string

The mapping type.

Value Returned

t

The command is successful.

nil

The command was unsuccessful.

Examples

hnlSetMappingType("tabularOnly")
hnlSetMappingtype("nmpOnly")
hnlSetMappingType("nmpWithTabular")

Related Topics

OSS Functions


Return to top
 ⠀
X