Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- What do you mean by "internal nodes"? Internal to what? Setup violations usually occur because there is too much logic between registers. The easiest fix is to add extra pipeline stages on these paths in your HDL. --- Quote End --- Thanks Tricky, I mean "internal-to-internal". Here is "Top Failing Paths": https://www.alteraforum.com/forum/attachment.php?attachmentid=14179 These paths come from from sdram controller IP. add extra pipeline stages ... you mean edit IP code ?