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

asiStmRunSimulation

asiStmRunSimulation(
o_session
wavepath
nodeDesc
[ o_simOptions ]
[ o_varDefinitions ]
)
=> l_simStatus

Description

Runs a simulation by using the netlist generated by SKILL function asiStmGenerateNetlist, and writes the psf waveform data at the specified path.

Arguments

o_session

The Simulator OASIS session object.

wavepath

The psf directory path.

nodeDesc

Stimuli input description from the OASIS stimulus session

o_simOptions

Optional argument that specifies the simulator options such as stopTime

o_varDefinitions

Optional argument that specifies the list of variable values.

Value Returned

l_simStatus

Returns an association list of the following key/value pairs:

list(list('success t/nil) list('waveName <name to plot>) list('shortMsg "") list('logFile' <path relative to wavePath of simulation log file>) list('netlist <path relative to wavePath for netlist file>) )

Return to top
 ⠀
X