Altera_Forum
Honored Contributor
8 years agomax 10: Alternate between two clock sources without reseting I/Os values ??
Hi
I'm using Max10M16 for my project. In the project we have two clock sources (CLK_1 and CLK_2) and we want to switch from one clock source to the other. Namely: - First, CLK_1 will be used as global clock source for Max 10. - After some times, the CLK_1 will be switched off. Now we want to use the CLK_2 (CLK_2 is always on) as a global clock source for for Max 10. - The switching between two clocks should not affect to the current IOs values (IO level should remain unchanged all the time). My question is: is it possible ? And if yes, is there any guide how to do it? Thanks