Technical data

nowhen
336
-
Simulator Command Reference ModelSim EE/PLUS Reference Manual
nowhen
The
nowhen
command deactivates selected
when
(p398) commands.
Syntax
nowhen
[<label>]
Arguments
<label>
Used to identify individual when commands. Optional.
Examples
when -label 99 b {echo “b changed”}
nowhen 99
This
nowhen
command deactivates the
when
(p398) command labeled 99.
nowhen *
This
nowhen
command deactivates all
when
(p398) commands.