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

asiInit<yourSimulator>NetlistOption

asiInit
<yourSimulator>
NetlistOption( 

o_tool 

) 
=> t

Description

Calls the procedures that modify your simulator’s netlist options.

You must write asiInit<yourSimulator>NetlistOption , where < yourSimulator > is the name of your simulator. Do not include the angle brackets (<>).

Arguments

o_tool

Simulation tool object.

Value Returned

t

Procedures for modifying netlist options are called.

You must write asiInit<yourSimulator>NetlistOption to return t.

Examples

Creates the procedure that calls the procedures to modify the netlist options for the XYZ simulator.

procedure( asiInitXYZNetlistOption( tool )
    <insert your code>
    => t
)


Return to top
 ⠀
X