Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

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

None

Value Returned

t

The simulator is successfully terminated.

nil

The command was unsuccessful and an error message was printed in the log file.

Examples

iseExitSimulator()

Related Topics

OSS Functions


Return to top
 ⠀
X