Forum Discussion
Altera_Forum
Honored Contributor
15 years agofrequency the Nios II processor can support is roughtly from 20 to 120MHz
I changed the frequency dyanmically. The Nios II seems not to work beyond this frequency range. Does anyone know the real number?:D
Altera_Forum
Honored Contributor
15 years agoBe very careful how you implement the clock switching. If you are dynamically switching the clock speed without putting the processor into a reset state then the pipeline and other surrounding logic may become unstable causing the processor to go into the weeds. Normally what I see others do is store off the processor state into a memory that will stay live, force the processor into reset, switch the clocks, bring the processor out of reset, the processor executes code that restores the state.