Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIt looks like you're using a Cyclone V PLL, whose minimum output frequency is 5MHz.
Like FvM stated - don't drive logic with such a slow clock. Use a faster one (e.g. 100MHz), count the appropriate number of clock cycles (e.g. 100) and perform an operation each time your counter wraps. If you need a 1MHz 'clock' signal out of a pin you can generate it in a similar way, by counting clock cycles and toggling an output register appropriately.