Forum Discussion
3 Replies
- Altera_Forum
Honored 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
Honored 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? - Altera_Forum
Honored Contributor
You should not set output delays to 0. You need a range of delay (that's why it's called min and max) that defines the external delays to meet setup and hold timing at the output ("downstream") device. Check out this online training to learn how to calculate the values for set_output_delay:
https://www.altera.com/support/training/course/odsw1118.html