Forum Discussion
Altera_Forum
Honored Contributor
16 years agoTimeQuest is a timing analyser. It estimates a.o. the delays from register outputs to register inputs through your combinatorial logic.
The message is indicating that your circuit is (probably) a little too slow (0.47 nsec too late). So you should optimize the combinatorial logic in your circuit, reduce the depth of the combinatorial logic or add pipeline registers in between.