Technical data

add list
ModelSim EE/PLUS Reference Manual Simulator Command Reference
-
261
-in
For use with wild card searches. Specifies that the scope of the search is to include ports of
mode IN if they match the item_name specification. Optional.
-out
For use with wild card searches. Specifies that the scope of the search is to include ports of
mode OUT if they match the item_name specification. Optional.
-inout
For use with wild card searches. Specifies that the scope of the search is to include ports of
mode INOUT if they match the item_name specification. Optional.
-internal
For use with wild card searches. Specifies that the scope of the search is to include internal
items if they match the item_name specification. Optional.
-ports
For use with wild card searches. Specifies that the scope of the search is to include all ports.
Optional. Has the same effect as specifying -in, -out, and -inout together.
-<radix>
Specifies the radix for the items that follow in the command. Optional. Valid entries (or
unique abbreviations) are:
binary
octal
decimal (or signed)
unsigned
hexadecimal
ascii
If no radix is specified for an enumerated type, the default representation is used.
If you specify a radix for an array of a VHDL enumerated type, VSIM converts
each signal value to 1, 0, Z, or X. This translation is specified by the "Logic type
mapping preferences" (p227).
-notrigger
Specifies that items are to be listed, but does not cause the List window to be updated when
the item changes. Optional.
-trigger
Specifies that items are to be listed and causes the List window to be updated when the item
changes. Optional. This switch is the default.