Technical data
add list
260
-
Simulator Command Reference ModelSim EE/PLUS Reference Manual
add list
The
add list
command lists VHDL variables, and Verilog nets and registers, and
their values in the List window. If no port mode is specified, all interface items
and internal items are listed. Without arguments, the command displays the List
window. The
add list
command also allows specification of user-defined buses.
Syntax
add list
[-window <wname>] [-recursive] [-in] [-out]
[-inout] [-internal] [-ports] [-<radix>]
[-notrigger | -trigger] [-width <n>] [-label <name>][<item_name> |
{ <item_name> <options> { sig1 sig2 sig3 ... } }] ... ] ...]
Arguments
-strobe, -collapse, -delta, -nodelta
These options are no longer part of the
add list
(formerly the
list
command). Use the
configure list
command instead. The command equivalents for the -collapse, -delta, and -
nodelta options are shown below; see the
configure
command (p292) for more detail.
-window <wname>
Adds HDL items to the specified List window <wname> (i.e., list2). Optional. Used to
specify a particular window when multiple instances of that window type exist. Selects an
existing window; does not create a new window. Use the
view
command (p388) with the
-
new
option to create a new window.
-recursive
For use with wild card searches. Specifies that the scope of the search is to descend
recursively into subregions. Optional; if omitted, the search is limited to the selected region.
5.0 or newer 4.6x
configure list -delta collapse list -collapse
configure list -delta all list -delta
configure list -delta none list -nodelta