![Altera timequest Quick Start Manual Download Page 14](http://html1.mh-extra.com/html/altera/timequest/timequest_quick-start-manual_2910823014.webp)
2–8
Chapter 2: Quick Start Tutorial
Procedures
TimeQuest Timing Analyzer Quick Start Tutorial
© December 2009 Altera Corporation
1
This procedure overwrites the previously created
filtref.sdc
file. If you overwrite an
SDC with the
Write SDC File
command, your custom formatting and comments are
removed in the new SDC file.
The
filtref.sdc
file contains the two clock constraints and the false path exceptions.
Step 11. Perform Timing-Driven Compilation
After saving the constraints to the SDC file, run a full compilation on the design to
optimize fitting to meet the constraints. However, before you start a full compilation,
add the SDC to your project with the procedures in
Table 2–17
.
After you add the SDC to your project, run a full compilation on the design with the
procedures in
Table 2–18
.
After compilation is complete, the TimeQuest Timing Analyzer generates a summary
report of the clock setup and clock hold checks performed in the Compilation Report.
Step 12. Verify Timing in the TimeQuest Timing Analyzer
To obtain detailed timing analysis data on specific paths, view timing analysis results
in the TimeQuest Timing Analyzer.
1
After a full place-and-route is performed, launch the TimeQuest Timing Analyzer as
described in
“Step 4: Launch the TimeQuest Timing Analyzer”
.
Generate a post-fit timing netlist, read the SDC file, and update the timing netlist to
generate reports about the latest compilation with the procedures in
Table 2–19
.
Table 2–16.
Saving Constraints to an SDC File
TimeQuest Timing Analyzer GUI
TimeQuest Timing Analyzer Console
1. In the
Tasks
pane, double-click
Write SDC File
. The
Write
SDC File
dialog box appears.
2. In the
File name
field, enter
filtref.sdc
.
Type:
write_sdc filtref.sdc
r
Table 2–17.
Adding the SDC File to Your Project
TimeQuest Timing Analyzer GUI
TimeQuest Timing Analyzer Console
1. On the Project menu, click
Add/Remove Files In Project
.
The
Add/Remove Files In Project
dialog box appears.
2. Browse to and select the
.sdc
.
3. Click
OK
.
Type:
set_global_assignment -name SDC_FILE \
filtref.sdc
r
Table 2–18.
Running a Full Compilation
TimeQuest Timing Analyzer GUI
TimeQuest Timing Analyzer Console
On the Processing menu, click
Start Compilation
.
Type:
quartus_sh --flow compile filtref
r