Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIf you haven't done so, set a clock constraint like:
create_clock -name clk -period 1000 [ get_ports KEY[0] ] ; Constraining as a 1 MHz clock; TimeQuest can't (couldn't?) handle very low frequency clocks Then run TimeQuest and see if the meets timing of if you have failing paths.