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

hnlGetMappedNetNames

hnlGetMappedNetNames(
)
=> list

Description

Returns the list of all names mapped using the hnlMapNetName 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

The list of all names mapped using the hnlMapNetName function.

Assuming that the hnlMapNetName SKILL function is used to map all net 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

hnlGetMappedNetNames()

Related Topics

OSS Functions


Return to top
 ⠀
X