Technical data

lecho
CR-92 ModelSim Commands ModelSim EE/SE Command Reference
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.