Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 4/01/2024
Public
Document Table of Contents

4.1.31.40. qed::run_analysis (::quartus::qed)

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

Tcl Package and Version

Belongs to ::quartus::qed

Syntax qed::run_analysis [-h | -help] [-long_help] [-arguments <arguments> ] [-list_types] [-type <type> ] <object>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-arguments <arguments> Arguments that customize each report
-list_types Bypass running any analysis and return a list of valid types to run
-type <type> Type of analysis to run
<object> Identifier associated with the object, must be unique
Description
This command currently contains no help description.
Example Usage
    # Inside an opened workspace with a compute specification configured:

    qed::create_object -type project project_A -qpf_path /file/path/to/A/project.qpf
    qed::create_object -type project project_B -qpf_path /file/path/to/B/project.qpf
    qed::create_object -type group   both_projects -projects {project_A project_B}
    qed::launch_connection group -open_project -load_db_state
    qed::generate_report group -type report_timing -arguments "-npaths 100 -from_clock sys_clk"
    qed::run_analysis group -type aggregate_report_timing_tables
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful