Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21583 Discussões

Jitter performance due to non-dedicated routing?!

Norick
Principiante
4.664 Visualizações

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

 

 

 

0 Kudos
1 Solução
a_x_h_75
Novo colaborador III
3.496 Visualizações

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

Ver solução na publicação original

3 Respostas
a_x_h_75
Novo colaborador III
3.496 Visualizações

I assume the your chosen pin for the ADC_CLK signal is the correct PLL_CLKOUT pin for the PLL in question...

 

Assuming so, I suspect the clk[0] port on the PLL feeds other logic, as well the the FPGA pin. If this is the case you'll get this warning. In order for the dedicated routing to be used the PLL output must only feed the FPGA pin.

 

Assuming you have one, use another PLL output configured with the same settings as the ADC clock, to feed your internal logic.

 

Cheers,

Alex

Norick
Principiante
3.496 Visualizações

According to your answer, I think there are two issues to this PLL:

 

  1. The PLL_CLKOUT goes to the ADC_CLK Pin as well as to other logic
  2. ADC_CLK Pin is NOT the dedicated PLL output pin

 

 

Question:

  • Is it better to use a PLL with two outputs with
    • c0: ADC_CLK
    • c1: internal logic
  • Or two use two independend PLL's?

 

best regards

a_x_h_75
Novo colaborador III
3.497 Visualizações

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

Responder