Forum Discussion

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

Unconstrained paths in timequest result in setup violation

Hi,

I have a code which I am using in Qsys. The ports are reported in unconstrained paths in Timequest. What is the best way to eliminate them?

I have a clean timing before constraining these ports(input/output).

When I try to set input or output delay, then I get a setup violation of around -6.

3 Replies

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

    You need first correct constraints then pass timing. There is no point passing timing when constraints don't exist or are wrong (that will be false pass).

    io timing is your domain of design and depends on board delays of clock and data and the way it is sampled in or out.

    if such ports are irrelevant you can relax the constraints on them.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi Kaz,

    I have tried doing them. When I have a constraint on (output ports) output delay min and max of 0, I have a negative slack of -1.5. Is there any option how can I correct the same?