Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

nlMapGlobalNet

nlMapGlobalNet( 
o_netlister
t_net 
) 
=> t_map

Description

Maps a global net (signal) to the simulator name. This should only be used in the nlPrintHeader method of the formatter. Use at any other time is an error.

Arguments

o_netlister

The netlister object.

t_net

The schematic name of the global net.

Value Returned

t_map

Mapped name of the global net.

Examples

The following example returns the name of the global net that is mapped to the given schematic:

nlMapGlobalNet( netlister globalNet )
=> globalNet1


Return to top
 ⠀
X