Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Reg Slack calculation

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

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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