Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


pause

The pause command placed within a macro interrupts the execution of that macro.

Syntax

pause

Arguments

None.

Description

When you execute a macro and that macro gets interrupted, the prompt will change to:

VSIM (pause)7>

This "pause" prompt reminds you that a macro has been interrupted.

When a macro is paused, you may invoke another macro, and if that one gets interrupted, you may even invoke another - up to a nesting level of 50 macros.

If the status of nested macros gets confusing, use the status command. It will show you which macros are interrupted, at what line number, and show you the interrupted command.

To resume the execution of the macro, use the resume command. To abort the execution of a macro use the abort command.

See also

abort, do, resume, run


Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase