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

asiNetlist

asiNetlist( 
o_session 
) 
=> g_status / nil

Description

Creates a design object and then a formatter object with nlCreateFormatter. After this, the netlister is run and a netlist is generated with nlNetlist. Netlist statistics are then printed. The netlister also provides a component count, as well as the addition of design variables found during netlisting.

This function is called by the environment, so you should not call it directly from the interface. This function can be redefined for the interface. Use callNextMethod in this definition.

Arguments

o_session

The OASIS session object.

Value Returned

g_status

Successful creation of netlist.

nil

Netlisting errors were found.

Examples

The following example creates a design object for an OASIS session:

asiNetlist( session ) 

Return to top
 ⠀
X