Forum Discussion
ymiler
Contributor
3 years agoGlitch less clock
Hi
I need to implement multiplexer between 2 async clocks there is a flag that should choose between them This code can cause to glitch clock and I'd like to avoid from it
I can't use the "...
Nurina
Regular Contributor
3 years agoHi,
As mentioned in this KDB https://www.intel.com/content/www/us/en/support/programmable/articles/000076600.html
You can prevent glitches during clock switchover by using the ena port.
The ensure glitch free clock switchover option is not available in any of the Clock Control IP for Stratix 10 at the moment unfortunately, so you'll have to use clock enable : https://www.intel.com/content/www/us/en/docs/programmable/683195/20-3/ip-core-parameters-29948.html
Regards,
Nurina
- ymiler3 years ago
Contributor
Hi
Thank you
I will use it , this is a good workaround .
Yishay