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
Value Returned
Examples
The following example creates a design object for an OASIS session:
asiNetlist( session )
Return to top