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

hnlGetMappedNames

hnlGetMappedNames(
)
=> list

Description

Returns the list of all names mapped using the hnlMapName function. This function can only be called during netlisting.

In the case of inherited terminals and inherited connections, the netlister-generated names are returned.

Arguments

None

Value Returned

list

A list of all names mapped using the hnlMapName function.

Assuming that the hnlMapName SKILL function is used to map all names in the entire design, the value is list( "inh_gnd" "inh_vdd" ). These two are mapped names for the local nets vdd! and gnd! in the schematic view of the cell inv.

Examples

hnlGetMappedNames()

Related Topics

OSS Functions


Return to top
 ⠀
X