Custom Script for Reporting
The TimeQuest timing analyzer can execute a custom timing report script to generate a timing report in the Quartus® II Compilation Report after each design compilation in the Quartus II software, allowing you the flexibility to specify exact paths and the type of timing analysis to be performed.Use the Tcl Script File for customizing reports during compilation option to specify a custom timing report script. This option is available in the Quartus II software, Timing Analysis Settings under the Assignments menu. Figure 1 shows the option in the Quartus II software.
Figure 1. Custom Script Option
After you have specified the custom timing report script, the script will be executed each time the TimeQuest timing analyzer is called from the Quartus II software. The following example shows a sample custom timing report script.
report_timing -from_clock -to_clock /
-setup -panel_name {My Report}
create_timing_summary -setup -panel_name "Summary (Setup)"
Figure 2 shows the Quartus II Compilation Report after the TimeQuest timing analyzer runs the custom timing report script.
Figure 2. Custom Report Output
The custom script is not executed when a timing analysis is being performed in the TimeQuest UI. The custom script is executed only when the TimeQuest timing analyzer performs a timing analysis in the Quartus II software.
页:
[1]