Jitter performance due to non-dedicated routing?!
Hello
I am using:
- Quartus 18.0
- Max10
Now I get following warning message:
Warning (15064): PLL "... output port clk[0] feeds output pin "ADC_CLK~output" via non-dedicated routing -- jitter performance depends on switching rate of other design elements. Use PLL dedicated clock outputs to ensure jitter performance
The design uses a PLL which goes to internal logic as well as to an FPGA output pin. In my opinion this is the reason why I get such warning.
Now the question is how can I solve it. How can I tell Quartus to use a "dedicated" routing to the output pin?!
Thanks
I'm only assuming the "two issues" are true for your design. Without knowing more of your device/pinout I can't comment.
Regardless of that, I'd change it to use a single PLL using two clock outputs, ensuring you use the appropriate FPGA pin, associated with the right PLL, for ADC_CLK.
Cheers,
Alex