Technical data

delete
CR-62 ModelSim Commands ModelSim EE/SE Command Reference
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
(CR-180) 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
(CR-180).
<item_name>
Specifies the name of an item. Required. Must match the item name used in the
add list
(CR-22) or add wave (CR-33) 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
(CR-22), add wave command (CR-33), and "Wildcard
characters"
(CR-248)