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

asiFinalNetlist

asiFinalNetlist( 
o_session
)
=> t | l_dpl

Description

Creates the final netlist.

Note for Integrators: This function is defined as a method for the Analog Class. You can overload this method for your simulator class, as shown in the example for integrators.

Arguments

o_session

Specifies the session object.

Value Returned

t

The final netlist is created (for analog only).

l_dpl

Returns a disembodied property list with the following properties (for mixed-signal only):

  • netlistDir—Name of the netlist directory.
  • finalFileList—List of final netlist files.

Examples

defmethod( asiFinalNetlist (( session <yourSimulator>_session ))

    <insert any code you need>
)

Return to top
 ⠀
X