Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

Cyclone III Critical Warning (15534) illegal output frequency must be less than 472.

Altera_Forum
Honored Contributor II
2,469 Views

Hi 

I am getting the following message from the quartus II : 

Critical Warning (15534): PLL clock output sys_pll_40to100:sys_pll_40to100_inst|altpll:altpll_component|sys_pll_40to100_altpll:auto_generated|wire_pll1_clk[0] feeding the core has illegal output frequency of 500.0 MHz that must be less than 472.6 MHz 

 

Is there a way to output a 500Mhz clock on any of the cyclone III I/O pins 

 

Thanks in advance 

Ronen
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
1,210 Views

The cyclone iii device datasheet (https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/hb/cyc3/cyc3_ciii52001.pdf) - PLL Specifications on page 1-15 - specifies the maximum PLL output frequency of 472.5MHz. So, no - the tools aren't going to allow you to do what you're trying. 

 

You can try building a PLL with the ratios you want but specify a lower input clock frequency. That way you'll keep the tools happy. You can then go on to drive the PLL at the frequency you want to achieve 500MHz. However, the max parameters in the datasheet are there for good reason. I'm not sure I'd expect your 500MHz output signal to look (at all) good or be particularly usable. 

 

Cheers, 

Alex
0 Kudos
Altera_Forum
Honored Contributor II
1,210 Views

Hi Alex 

 

Thank you very much, was looking for these specs. and some how missed them. 

Thanks for the suggestion on how to "fool" the quartus, not sure I will take the risk and try it. 

 

Al the best 

Ronen
0 Kudos
Reply