Altera_Forum
Honored Contributor
15 years agoHigh speed Clock generation by ALTPLL Cyclone III
hello,
i have a problem to use the high speed clock generated by ALTPLL. I have the Cyclone III EP3C25F324 FPGA starter board. There is an 50MHz on-board oscillator for PLL. I need a high speed clock of 1200MHz. It is only for intern logic operation, output pins have a maximal frequency of 5 MHz. According to data sheet it is possible to get a clock up to 1300MHz using ALTPLL (Clock multiplication faktor and division faktor). Below are my experments: Multiplication faktor = 8 and divison faktor = 1 --> output clock = 400MHz, started compliation, ok. Multiplication faktor = 16 and divison faktor = 1 --> output clock = 800MHz, started compilation, occoured this warning: "Critical Warning: ... wire_pll1_clk[0] feeding the core has illegal output frequency of 800 MHz that must be less than 472.6 MHz" However, the compilation was succesful. my question, can i use it ??? tanks a lot. ruan