Technical data

lecho
324
-
Simulator Command Reference ModelSim EE/PLUS Reference Manual
lecho
The
lecho
command takes one or more Tcl lists as arguments and pretty-prints
them to the Transcript window. Returns nothing.
Syntax
lecho
<args> ...
Arguments
<args> ...
Any Tcl list created by a VSIM command or user procedure.
Examples
lecho [configure wave]
Prints the Wave window configuration list to the Transcript window.