Technical data
add list
ModelSim EE/PLUS Reference Manual Simulator Command Reference
-
263
add list clk -not a b c d
Lists clk, a, b, c, and d only when clk changes.
add list -s 100
The list is updated every 100 time units.
add list -not clk a b c d
Lists clk, a, b, c, and d every 100 time units.
add list -del
Includes the iteration number in the listing.
add list -hex {mybus {msb opcode(8 downto 1) data}}
Creates a user-defined bus named "mybus" consisting of three signals; the bus is displayed
in hex.
add list vec1 -hex vec2 -dec vec3 vec4
Lists the item vec1 using symbolic values, lists vec2 in hexadecimal, and lists vec3 and
vec4 in decimal.
See also
log
command (p325)