EXECUTE Command
Executes run commands from a script file.
| Command | EXECUTE |
|---|---|
| Abbreviation | EX |
| Category | Session Management |
Function
The EXECUTE command is used to execute run command files.
Usage
The FILE keyword specifies the name of the run command file to execute.
The command form:
EXECUTE FILE:
causes the run commands in the file having the default file name and default extension run to be executed. The command form:
EXECUTE FILE=<file list>
Here, <file list> explicitly specifies one or more run command files to be executed.
Executed run files may themselves contain EXECUTE commands. The maximum level of EXECUTE command nesting is 4.
The STOP keyword is used to prevent simulation if a command error occurs.
The command form is:
EXECUTE STOP: