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
Value Returned
|
Procedures for modifying netlist options are called.
You must write |
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