iseExitSimulator
iseExitSimulator( ) => t / nil
Description
Terminates the simulation using the command string that is defined using the ISE variable iseExitSimulatorCommand. If the simulation is remote, this routine copies every file from the remote host back to the local simulation run directory. To use the iseExitSimulator function properly, write a function in which you call iseExitSimulator. After this function returns, you can do post-processing such as translating netlister-assigned names.
If there is no simulator, or it is determined not to be running, this function returns nil. This function also returns nil if it is a remote simulation, but files are not successfully copied back.
Arguments
Value Returned
|
The command was unsuccessful and an error message was printed in the log file. |
Examples
iseExitSimulator()
Related Topics
Return to top