Forum Discussion
Altera_Forum
Honored Contributor
8 years agoThe problem for using DPA PLL
Hi, for my project, I need receive 5 channels 500M LVDS sigal and with 50M sync following clock, I add a PLL for every following clock and generate 50M Phase342, 500M Phase180, 50M Phase288 D...
Altera_Forum
Honored Contributor
8 years agoThe issue is not related to the PLL outputs, but rather the input to the fractional PLL. When using fractional PLLs the input clock to the PLL should not be driven directly from the Clock pin. You should insert a Clock control block between the FPGA clock input pin and the PLL as shown below:https://alteraforum.com/forum/attachment.php?attachmentid=14487&stc=1
Also check which PLL is the one affected. You may need to use the clock control for PLLs that do not connect to DPA blocks. for ones that connect to DPA, the PLL should be driven directly from the Clock input pin of the FPGA.