Technical data

write format
ModelSim EE/PLUS Reference Manual Simulator Command Reference
-
403
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
(p260),
add wave
(p271), and
configure
(p292)
commands. This file may be invoked with the
do
command (p302) 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 (p260), and the
add wave
command (p271)