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
Value Returned
|
A list of mapped signal names connected to the terminals of the subcircuit. |
Examples
nlGetSimTerminalNets( cv )
Return to top