2–2
Chapter 2: Quick Start Tutorial
Procedures
TimeQuest Timing Analyzer Quick Start Tutorial
© December 2009 Altera Corporation
Step 3: Perform Initial Compilation
Before applying timing constraints to the design, create an initial database with the
procedures in
Table 2–3
. The initial database is generated from the post-map results of
the design.
The Analysis & Synthesis step generates a post-map database.
1
You can also create a post-fit netlist for the initial database. However, creating a
post-map is less time consuming and is sufficient for this tutorial example.
Step 4: Launch the TimeQuest Timing Analyzer
Launch the TimeQuest Timing Analyzer to create and verify all timing constraints and
exceptions with the procedures in
Table 2–4
. This command opens the TimeQuest
shell.
1
When you launch the TimeQuest Timing Analyzer directly from the Quartus II
software, the current project is automatically opened.
If you use the GUI, select
No
when the following message appears:
"No SDC files were found in the Quartus Settings File and filtref.sdc doesn't exist.
Would you like to generate an SDC file from the Quartus Settings File?"
Table 2–2.
Specifying the TimeQuest Timing Analyzer as Default
Quartus II Software GUI
Command Line
1. On the Assignments menu, click
Settings
. The
Settings
dialog box appears.
2. In the
Category
list, select
Timing Analysis Settings
3. Turn on
Use TimeQuest Timing Analyzer during
compilation
.
4. Click
OK
.
Type:
set_global_assignment -name \
USE_TIMEQUEST_TIMING_ANALYZER ON
r
To close the project, type:
project_close exit
r
Table 2–3.
Performing Initial Compilation
(Note 1)
Quartus II Software GUI
Command Line
On the Processing menu, point to
Start
and click
Start
Analysis & Synthesis
.
Type:
quartus_map filtref
r
Note to
Table 2–3
:
(1) The
quartus_map
is used to create a post-map database.
Table 2–4.
Launching the TimeQuest Timing Analyzer
Quartus II Software GUI
Command Line
On the Tools menu, click
TimeQuest Timing Analyzer
.
Type:
quartus_sta –s
r
project_open fir_filter -revision filtref
r