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
Value Returned
Examples
nlGetSignalList( inst )
Return to top