Altera_Forum
Honored Contributor
10 years agoFPGA PLL Megafunction
Hi Everyone !
I am doing a project on an Altera Cyclone V FPGA. In this project I have a simple all-pass filter with severals I/O signals. Now I need to implement a PLL so that the output clock of my filter becomes three times faster than the input clock. So i created a Megafunction PLL with the wizard, and then I connected the output clock of my all-pass filter to the PLL input refclock. Here are my questions : - Is there a big difference between the ALTPLL (unavailable for Cyclone V) and the Altera PLL v13.0 (the one I use )? - From what I understood, the PLL is generated automatically from the wizard once you have set up the parameters you wanted for your PLL. I have a pll.vhd file which is generated, so I've done a structural file of my entire project which will be my top entity. Is it necessary to do it or is it done automatically thanks to the .bdf graphic file ? - Then I can't simulate my project. I succeed to simulate my all-pass filter, but I can't simulate my PLL alone. And of course I can't simulate my entire project. The error returned tells me the design unit wasn't found ... Hoping some of you can help Thanks in advance David.