Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
Timing violations can be e.g. caused by unconstrained external signals or asynchronous logic that isn't covered by timing constraints. You should analyze the nature of the timing violations.
- Altera_Forum
Honored Contributor
Thanks for the reply.
Turns out the violations were due to unconstrained i/o paths. The violations disappeared when I added constraints with random parameters. Could you advice me how to determine input/output delay for specified demo board? I'm currently implementing a NIOS system on a Terasic de4 board. Is there any document I can take reference from?