Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17259 Discussions

Reg Slack calculation

Altera_Forum
Honored Contributor II
1,257 Views

Mat i know how to enter start clock value and end clock value in TimeQuest Timing Analyser Report Timing.?

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
581 Views

start clock and end clock sounds more like a simulator than static timing analysis, but I may not understand the question. Clocks are usually controlled by: 

create_clock -period 10.0 -name clk_name [get_ports clk_name] 

 

Internally they are constrained with derive_pll_clocks. I would recommend the following(I wrote it, so biased) for getting started: 

http://www.alterawiki.com/wiki/timequest_user_guide
0 Kudos
Reply