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

nlGetSimTerminalNets

nlGetSimTerminalNets( 
o_cellView 
) 
=> l_signals

Description

Returns the list of mapped names of signals connecting to the terminals of the cellview based on the terminal order specified for the cellview. Several signals may come from inherited connections. Signal buses are handled in scalar form.

For example, net10<0:3> is mapped as net10_0, net10_1, net10_2, and net10_3.

Use this function while printing the subcircuit definition.

Arguments

o_cellView

The cellview object.

Value Returned

l_signals

A list of mapped signal names connected to the terminals of the subcircuit.

Examples

nlGetSimTerminalNets( cv ) 


Return to top
 ⠀
X