Determining Internal Oscillator Frequency on Cyclone V
I'm using the internal oscillator of the Cyclone V as a clock source in a circuit that I'm implementing.
The circuit revolves around the propagation of signals through a series of adders, meant to create delay.
What I've found is that no matter how large of an adder that I make, or how many of them I chain together, the Timing Analyzer reports the same internal oscillator frequency of 30MHz.
I took the time to generate the .sdc file that the compiler requested for design optimization, but I'm now receiving the warning: "Warning (332043): Overwriting existing clock: altera_reserved_tck".
I take this to mean that my critical path is too long and the internal oscillator is too fast to satisfy the relevant timing constraint.
Is there any way to set the internal oscillator frequency or gain more control over it?
Any help is greatly appreciated. I should mention that I'm fairly new to FPGA, in case I've made an obvious, rookie mistake.