Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi crunchy225,
--- Quote Start --- The clock frequency on this board is 50MHz. I need to get about 25% more instructions executed in the same time period. Does anyone know if it is feasible to increase the clock frequency to say 65MHz? --- Quote End --- Although your board only has a 50MHz clock, you can generate other clock frequencies with a PLL block in your Cyclone, and this with some constraints on ratios for the frequencies with respect to the input clock. Use the "MegaWizard" to add a "ALTPLL" module with the desired higher frequency. (e.g. 100MHz should probably still be OK). Check the speed estimation of your design in the Quartus reports. Eventually use the TimeQuest timing analyzer to analyze the critical timing paths. Hope this helps...