Quartus® Prime Pro Edition Settings File Reference Manual

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

TIMING_ANALYZER_GUI_OPEN_SCRIPT

Specifies the name of a tcl script that will be sourced after the Timing Analyzer GUI is opened and initialized. This script can be used to do and display additional analysis whenever the Timing Analyzer GUI is opened.

Old Name

TIMEQUEST_GUI_OPEN_SCRIPT

Type

File name

Device Support

  • This setting can be used in projects targeting any Intel FPGA device family.

Notes

The value of this assignment is case sensitive.

Syntax

set_global_assignment -name TIMING_ANALYZER_GUI_OPEN_SCRIPT <value>

Example

# Example content of a TIMING_ANALYZER_GUI_OPEN_SCRIPT tcl-script

# Use the -panel_name option to display the reports in the Timing Analyzer GUI
create_timing_summary -hold -panel_name "Hold Summary"
report_timing -from [get_keepers {foo*}] -panel_name "Report Timing: From foo"