asiCreateIncludeStatementFile
asiCreateIncludeStatementFile(o_simulatorSessiont_netlistFile t_includeNetlistFile) =>t_includeNetlistFile/ nil
Description
Creates a file that contains a statement to include netlist for simulation. Override this function to create a customized include statement according to the the simulator netlisting procedure and syntax.
The default include statement is as per Spectre format, as shown below.
Arguments
|
Name of the temporary file that contains the statement to include netlist |
Value Returned
|
Name of the temporary file that contains the statement to include netlist |
|
Examples
session = asiGetCurrentSession()
=> stdobj@0x3157a0b0
; Session for other simulators can be fetched accordingly.
asiCreateIncludeStatementFile with (stdobj@0x3157a0b0 "netlist" "tmpNetlistFile")
=> "tmpNetlistFile"
Return to top