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

nlGetSignalList

nlGetSignalList( 
o_instance 
) 
=> l_signals

Description

Returns a list of mapped signal names for the instance according to the terminal order specified for the cellview.

Use this method for printing instances to the netlist by the nlPrintInst method of the formatter. The terminal order for schematic subcircuits is determined by the pin order property on the schematic, or by the termOrder property on the CDF, or by the system, in that order.

Ordering requirements, such as the Verilog® requirement that outputs occur before inputs, are not satisfied in this release.

Signal buses are handled in scalar form. For example, net10<0:3> is mapped as net10_0, net10_1, net10_2, and net10_3.

Arguments

o_instance

The instance object.

Value Returned

l_signals

The list of mapped signals for the instance.

Examples

nlGetSignalList( inst )


Return to top
 ⠀
X