Technical data

onElabError
ModelSim EE/SE Command Reference ModelSim Commands CR-107
onElabError
The onElabError command specifies one or more commands to be executed
when an error is encountered during elaboration. The command is used by placing
it within the modelsim.tcl file or a macro. During initial design load onElabError
may be invoked from within the modelsim.tcl file; during a simulation restart
onElabError may be invoked from a macro.
Use the onElabError command without arguments to return to a prompt.
Syntax
onElabError
{[<command> [; <command>] ...]}
Arguments
<command>
Any VSIM command can be used as an argument to onElabError. If you want to
use more than one command, use a semicolon to separate the commands, or place
them on multiple lines. The entire command string must be placed in curly braces.
Optional.
See also
do command
(CR-67)