Technical data
add list
CR-22 ModelSim Commands ModelSim EE/SE Command Reference
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-out
[-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
(CR-54) 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 (CR-180) 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