Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou never said what device, but I would check what the minimum input frequency is. 5MHz is pretty low and I think some deviced don't support that.
One other thing that might be easier. Most devices have an altclkctrl, which is essentially the global driver after the mux. If you instantiate this megafunction, it has a clock mux that let's you select between the outputs of a PLL. So if you get the PLL to work, you would have a single instance driving out a 50MHz and 100MHz, and dynamically switch between them.