Intel: How do I generate the Datasheet Report that was generated by default in previous versions of Quartus® Prime timing reports?

Quartus Prime Timing Constraints/Analysis

Category: Timing Analysis
Tools: Quartus® Prime Pro Edition
device:-

Datasheet Report Summary is no longer automatically generated during compilation since Quartus Prime 15.1.
Therefore, please respond by one of the following methods.

[A] Launch the Timing Analyzer GUI separately and generate the Report Datasheet report
[B] Tcl script to display the Report Datasheet report inside the Timing Analyzer report at compile time

Each operation method is as follows.

[A] Launch the Timing Analyzer GUIseparately and generate the Report Datasheet report

 

[B] Tclscript to display the Report Datasheet report inside the Timing Analyzer report at compile time

(1) Create a Tcl script by referring to the sample code below and save it as .tcl with an arbitrary file name.

create_timing_netlist read_sdc update_timing_netlist report_datasheet -multi_corner -panel_name "Datasheet Report"

(2) In the "Tcl Script File name" in the [Assignments] menu > [Settings] > [Timing Analyzer] category
Register the created tcl file.
At that time, set the "Run Default timing analysis befor running custom script" option to On.

For Pro Edition
For Standard Edition

③ Execute compilation.
Subsequent compilation runs will generate (record) both a GUI report and a text report (*.sta.rpt).

If you want to run it after compiling, create the sample script below and save it as .tcl with any file name.

create_timing_netlist read_sdc update_timing_netlist report_datasheet -file ./output_files/datasheet_report.rpt -multi_corner -panel_name "Datasheet Report"

Launch the Timing Analyzer GUI from Tools menu > Timing Analyzer on Quartus Prime and
Specify and execute the .tcl created by [Script] menu > [Run Tcl Script] on the Timing Analyzer.
A report is displayed on the Timing Analyzer GUI, and a Datasheet Report is recorded (generated) in text with the specified file name in the path specified by the -file option in the script.

For details of the report_datasheet command introduced this time, please refer to the following document.
Although the documentation is for the Pro Edition, this Tcl command is also available for the Standard Edition.

■ report_datasheet (from "Intel Quartus Prime Pro Edition User Guide: Scripting")
https://www.intel.com/content/www/us/en/docs/programmable/683432/22-3/tcl_pkg_sta_ver_1-0_cmd_report_datasheet.html

Experienced FAE
Free consultation is available.

From specific product specifications to parts selection, the Company FAE will answer your technical concerns free of charge. Please feel free to contact us.