Technical data

write format
ModelSim EE/SE Command Reference ModelSim Commands CR-231
write format
The write format command records the names and display options of the HDL
items currently being displayed in the List or Wave window. The file created is
comprised of a file of add list
(CR-22), add wave (CR-33), and configure (CR-54)
commands. This file may be invoked with the do command
(CR-67) to recreate the
List or Wave window format on a subsequent simulation run.
Syntax
write format
list | wave <filename>
Arguments
list | wave
Specifies that the contents of either the List or the Wave window are to be
recorded. Required.
<filename>
Specifies the name of the output file where the data is to be written. Required.
Examples
write format list alu_list.do
Saves the current data in the List window in a file named alu_list.do.
write format wave alu_wave.do
Saves the current data in the Wave window in a file named alu_wave.do.
See also
add list command
(CR-22), and the add wave command (CR-33)