Forum Discussion
Altera_Forum
Honored Contributor
9 years agoYou can't "verify" in that way. You must be careful and considered when you apply timing constraints. I suggest peer review - get someone else to look over your constraints to ensure they make sense.
Quartus should identify invalid constraints - i.e. constraints that make no sense or have no relevance to the code you're compiling. Always address these warnings as it, almost certainly, means party of your design is not constrained. Also pay particular attention to constraints that are not met. This may simply point to an area of your logic Quartus is having difficulty with. However, it may point at an 'error' in a constraint - one that is poorly thought through and could never be achieved. Cheers, Alex