Technical data

write list
CR-232 ModelSim Commands ModelSim EE/SE Command Reference
write list
The write list command records the contents of the most recently opened, or
specified List window in a list output file. This file contains simulation data for all
HDL items displayed in the List window: VHDL signals - and Verilog nets and
registers.
Syntax
write list
[-events] [-window <wname>] <filename>
Arguments
-events
Specifies to write print-on-change format. Optional. Default is tabular format.
-window <wname>
Specifies a List window using the full Tk path. Optional. Default is to use the List
window set by the view command
(CR-180).
<filename>
Specifies the name of the output file where the data is to be written. Required.
Examples
write list alu.lst
Saves the current data in the default List window in a file named alu.lst.
write list -win .list1 group1.list
Saves the current data in window list1 in a file named group1.list.
See also
write tssi command
(CR-236)