Forum Discussion
Hi,
I found the problem to be related to cascading of the IOPLL to the FPLL. For the S10 devices, this arrangement is not allowed. Please refer to the documentation links below:
https://www.intel.com/content/www/us/en/docs/programmable/683621/current/fpll.html
This is also clearly visible from the RTL Netlist Viewer against Technology Map Viewer. The RTL viewer is the logic that you intend, whereas the Technology Map viewer is the design that you get.
Regards
- King223 years ago
New Contributor
Hi Ash_R
So transceiver fpll (FPLL1) can use another cascade fpll (FPLL2) as reference source ,
if this is true , Can FPLL2 's reference clock source from IOPLL like below,
IOPLL-> FPLL2->FPLL1->Tranceiver
In my real design , IOPLL will change , so I wish when IOPLL change ,
the transceiver output data rate will auto changed also.
Regards
King22