Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIf the logic in your design operates at 300MHz then it will work at 25MHz as well. There's no reason, indeed no way, to constrain it for a lower limit at well.
However, the PLLs are a different issue. These do have a minimum frequency at which they will operate. You also need to ensure that the parameters you set when configuring the PLL combined with the source frequency you're giving it don't end up trying to operate the PLL outside its limits. Are you setting up the PLL for one frequency and then driving it with another? This is, potentially, going to cause issues. Cheers, Alex