Hi. I'm using Cyclone V E.
I have 2 PLLs in project. Can I use a pll cascading feature in this FPGA? Why I can't just connect PLL's one output outclk0 with refclk of PLL two? When I try to use connection cascade_out with adjpllin and remain refclk unconnected, I have an error 175001 in fitter.链接已复制
9 回复数
Hmm, somewhere you're connecting something terribly wrong. Did you try this:
https://www.alteraforum.com/forum/attachment.php?attachmentid=8608 I did a small testdesign and configured the PLLs like that and had no problems compiling it. Unfortunately I can't test it in hardware because I don't have a Cyclone V.PS: For a good help you can also use this Link:
http://quartushelp.altera.com/13.1/master.htm#mergedprojects/msgs/messlist_auto.htm At least it gives you a little bit more Information about Warnings, Errors and so on. Just search for your Message-Number and follow the Link.https://www.alteraforum.com/forum/attachment.php?attachmentid=8611 I have reproduced your testdesign with my device : 5CEBA4U15I7.
Also thank you for useful link with quartus errors and warnings!You used fractional PLLs. I used Integer PLLs.
Perhaps this will help: (on page 22) http://www.altera.com/literature/hb/cyclone-v/cv_52004.pdfJust use one PLL and cascade its multiple outputs. See here https://www.youtube.com/watch?v=t4fwna3-gi8
