Technical data
wlf2log
ModelSim EE/SE Command Reference ModelSim Commands CR-223
wlf2log
The wlf2log command translates a ModelSim logfile (vsim.wlf) to a QuickSim II
logfile. The command reads the vsim.wlf logfile generated by the add list, add
wave, or log commands in the simulator and converts it to the QuickSim II logfile
format.
You must exit ModelSim before running wlf2log because vsim.wlf (or other user-
specified wave files) are updated dynamically.
Syntax
wlf2log -inout
[-help] [-input] [-output] [-inout] [-internal]
[-l <instance_path>] [-4.1]
[-4.3] [-quiet] [-o <outfile>] <wavfile>
Arguments
-help
Displays a list of command options with a brief description for each. Optional.
-input
Lists only the input ports. Optional. This may be combined with the -output, -
inout, or -internal switches.
-output
Lists only the output ports. Optional. This may be combined with the -input, -
inout, or -internal switches.
-inout
Lists only the inout ports. Optional. This may be combined with the -input, -
output, or -internal switches.
-internal
Lists only the internal signals. Optional. This may be combined with the -input, -
output, or -inout switches.
-l <instance_path>
Lists the signals at or below the specified HDL instance path within the design
hierarchy. Optional.
-4.1
Reads older version (pre-4.2) .wav files. Optional.