asiGetSimulationRunCommand
asiGetSimulationRunCommand(o_session) =>g_command/nil
Description
Gets the simulation run command. For direct simulators, it also creates the runSimulation file.
Arguments
Value Returned
Examples
For the spectre session sess, this command creates the runSimulation file in the netlist directory and returns ./runSimulation as the simulation run command.
asiGetSimulationRunCommand( sess )
Return to top