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

nlGetGlobalNets

nlGetGlobalNets( 
o_netlister 
) 
=> l_globalNets

Description

Returns a list of global nets. This method should only be used in the nlPrintHeader method of the formatter.

Globals may be included that are not used, due to inherited connections.

Arguments

o_netlister

The netlister object.

Value Returned

l_globalNets

A list of global signals.

Examples

The following example prints a list of global nets:

nlGetGlobalNets( netlister )


Return to top
 ⠀
X