Forum Discussion
Altera_Forum
Honored Contributor
9 years agoMAX10/DE10-Lite clock skew issue
As a simple demo, I wrote verilog code for an updown counter on the DE10-Lite board using buttons, LEDs and switches. KEY[1] is used as clock and KEY[0] is used as synchronous reset. The counte...
Altera_Forum
Honored Contributor
9 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.