qed::write_all_reports_to_file (::quartus::qed)
The following table displays information for the qed::write_all_reports_to_file Tcl command:
Tcl Package and Version |
Belongs to ::quartus::qed 1.0 |
|||
Syntax | qed::write_all_reports_to_file [-h | -help] [-long_help] [-append] -file <output file name> [-include_generated_panels] | |||
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 | |||
Description |
Writes all the report panels associated with the workspace and any group or project within it to an ASCII file. |
|||
Example Usage |
# Inside a workspace with a valid compute specifcation configured: 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_all_reports_to_file -file all_reports.rpt |
|||
Return Value | Code Name | Code | String Return | |
TCL_OK | 0 | INFO: Operation successful |