- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
According to your answer, I think there are two issues to this PLL:
- The PLL_CLKOUT goes to the ADC_CLK Pin as well as to other logic
- 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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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