Forum Discussion
Altera_Forum
Honored Contributor
13 years agoWell through .sdc file you can guide the timequest to do correct constraining.
Constraints like target clock frequency,false paths,multicycle paths etc if there are to be set. Now supposetake an example there is a path between asynchronous clock domain then its is bound to fail timing and in that case a false path needs to be set. Now coming to what you mentioned that point a and b are in the same clock domain with time period 10ns then provided other constraints are proper (you have taken care of false paths or multicycle paths if any) in the design then i think you need to review your RTL. If you are failing by some 10 Mhz then you can try some optimization switches through .qsf file. I have seen these optimization switches improving the design performance by 20 MHz also.