Technical data

nowhen
ModelSim EE/SE Command Reference ModelSim Commands CR-105
nowhen
The nowhen command deactivates selected when (CR-226) 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 (CR-226) command labeled 99.
nowhen *
This nowhen command deactivates all when (CR-226) commands.