vosLaunchIrunSimulation
vosLaunchIrunSimulation( ) => t / nil
Description
Launches the xrun simulator from the command line. If the vhdlSimNetlistandSimulate variable is set to t, the function netlists the design before launching the xrun simulator. Otherwise, it launches the simulator without netlisting the design.
Arguments
Value Returned
|
The xrun simulator was not launched or the operation was unsuccessful. |
Examples
The following example launches the xrun simulator from the command line.
si <runDirName> -batch -command vosLaunchIrunSimulation
=> t
Related Topics
Return to top