Altera_Forum
Honored Contributor
7 years agoTrying to make ALTPLL block working for me.
Hello,
The question relates with using the ALTPLL core and Quartus II I have inherited a Verilog design. In this design I see they have used altpll core. The input clock of the altpll is 72MHz coming from an external oscillator true a pin of the FPGA Based on this clock the PLL is deriving 72MHz, 144MHz and 576MHz. I have put the available 144MHz clock on external pin and confirmed with oscilloscope that it is indeed stable 144MHz. This PLL has some unused output channels so I decided to use it for 288MHz I need in my design. I have enabled the c1 channel and set the parameters (please see the picture). I have routed out this new clock to the output pin but I don't get 288MHz. What I get is some osculations on this pin just after reset with variable frequency and after 1 seconds they stop. Initially I have thought that 288Mhz is too high so I made it 144MHz. (same as I already have on c2) So I copied same output clock parameters as c2 into c1 but to my surprise I still don't get stable clock on c1. Whatever frequency settings i tested I can not get stable oscillations on c1 I am about to put another separate altpll instance in order to double from 144 MHz to 288Mhz and test, but obviously it will be stupid solution (assuming it works.) Anyone having an idea what could be wrong ? Thank you Dimitar