Forum Discussion

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

TimeQuist analyzer

After compiling the design why always the timequist analyzer shows red color that means there is an unconstraint paths...

3 Replies

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

    --- Quote Start ---

    Setup time and Hold time need to be met. If it is not met it is highlighted in red.

    --- Quote End ---

    The present problem is probably that the OP didn't enter any timing constraints. You get an idea what TimeQuest is assuming if you look at the clocks and unconstrained paths categories in the report.

    Without any constraints, TimeQuest assumes a default clock frequency of 1000 MHz which makes all timing paths fail.

    Learn how to apply timing constraints according to your actual design parameters.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi,

    Is your design purely combinational one or sequential (clocked)? If its combinational one, you need to specify the IO constraints, max delay, etc. If its a clocked design, you need to specify the clocks, false paths, multi-cycle paths, IO delays, etc.

    Running the entire flow without specifying any constraints is akin to un-constrained synthesis and PNR, and can cause issues . Make sure you specify the design constraints in the SDC file or use the tool to specify it.