Technical data

write report
CR-234 ModelSim Commands ModelSim EE/SE Command Reference
write report
The write report command prints a summary of the design being simulated
including a list of all design units (VHDL configurations, entities, and packages
and Verilog modules) with the names of their source files.
Syntax
write report
[<filename>]
Arguments
<filename>
Specifies the name of the output file where the data is to be written. Optional. If
the <filename> is omitted, the report is written to the Transcript window.
Examples
write report alu.rep
Saves information about the current design in a file named alu.rep.