IDeyn
Contributor
6 years agoInternal Oscillator specs in Cyclone V and other Intel FPGA devices
Hi all!
I'm currently involved in project there we need to exploit internal oscillator IP. The target device we use is Cyclone V E.
We faced a problem that during some little changing in code, which is not clocked by internal oscillator, we received an erroneous performance of a piece of code clocked by internal oscillator, which is likely the timing problem evidence.
For now we decided to write create_clock constraint, but we don't know which parameter to put after set_clock_uncertainty command for the internal oscillator.
For that we need to know internal oscillator specs, but all that we know is its frequency - 100 MHz.
So the questions are.
- What are the specs of internal oscillator, in particular in Cyclone V devices?
- What should we put after set_clock_uncertainty command, or we do not need to write that command for some reason?
- Do we need to opt out Optimize Hold Timing for the part of the code clocked by the Internal Oscillator?
- What is the reason for not to post specs of Internal Oscillator for now? Maybe to force users to use rarely to prevent possible problems?