asiSetNetlistFormatterClass
asiSetNetlistFormatterClass(o_tools_class) =>s_class
Description
Registers the netlist formatter class with the tool. This function is normally called from the asiInitFormatter method and should be defined for the interface.
Arguments
|
A symbol representing the formatter class for the simulator of interest. |
Value Returned
|
A symbol representing the formatter class for the simulator of interest. |
Examples
The following example registers the netlist formatter class for the given simulator:
asiSetNetlistFormatterClass(o_tool‘spectreFormatter) =>spectreFormatter
Return to top