Technical data

delete
ModelSim EE/PLUS Reference Manual Simulator Command Reference
-
297
delete
The
delete
command removes HDL items from either the List or Wave window.
Syntax
delete
list | wave [-window <wname>] <item_name> ...
Arguments
list | wave
Specifies the target window for the
delete
command. Required.
-window <wname>
Specifies the name of the List or Wave window to target for the
delete
command (the
view
command (p388) allows you to create more than one List or Wave window). Optional. If
no window is specified the default window is used; the default window is determined by
the most recent invocation of the
view
command (p388).
<item_name>
Specifies the name of an item. Required. Must match the item name used in the
add list
(p260)
or
add wave
(p271)
command. Multiple item names may be specified. Wildcard
characters are allowed.
Examples
delete list -window list2 vec2
Removes the item
vec2
from the list2 window.
See also
add list
command (p260),
add wave
command (p271), and "Wildcard characters"
(p251)