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

asiNetlistMixed

asiNetlistMixed( 
o_session 
) 
=> g_status / nil 

Description

This method performs mixed netlisting. It creates a formatter object with nlCreateFormatter, after which the netlister is run and a netlist is generated with nlNetlist.

This function is called by asiNetlist . You should not make a direct call to this function.

Arguments

o_session

Simulation session object.

Value Returned

g_status

A DPL of file names created by the netlister.

nil

Indicates an error.


Return to top
 ⠀
X