Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 4/03/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.29.39. qed::write_object_reports_to_file (::quartus::qed)

The following table displays information for the qed::write_object_reports_to_file Tcl command:

Tcl Package and Version

Belongs to ::quartus::qed

Syntax qed::write_object_reports_to_file [-h | -help] [-long_help] [-append] -file <output file name> [-include_generated_panels] <object>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-append If output is sent to an ASCII file, this option appends the result to that file. Otherwise, the file will be overwritten.
-file <output file name> Name of output file to be generated
-include_generated_panels Flag to include QED-generated panels in the output
<object> Identifier associated with the object, must be unique
Description
Writes all the report panels associated with the given object to
an ASCII file.

If you specify a project object, and do not use the
"-include_generated_panels" option, only the report panels you imported
from the project are written to the file.

If you have created any new report panels based on any analysis in
the Quartus Exploration Dashboard, you should use the
"-include_generated_panels" option so those generated panels are
written to the file.
Example Usage
    qed::create_object -type project project_A -qpf_path /file/path/to/project.qpf
    qed::launch_connection project_A -open_project
    qed::import_report_panel project_A -panel_name "Timing Analyzer||Setup Summary"
    qed::write_object_reports_to_file project_A -file project_A_reports.rpt
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful