Forum Discussion
minjoolee
New Contributor
4 years agoHow to generate ALLPLL in S10 ?
Hi,
I am tried to converter old pll in quartus 13.1 to quartus pro 21.x
OLD ALLPLT has scanclk/scandataout port from tool .
// synopsys translate_off `timescale 1 ps / 1 ps // sy...
Ash_R_Altera
Regular Contributor
4 years agoIn ALTPLL the scanclk, scandata etc are used for Dynamic Reconfiguration. In S10, PLL is different and the reconfiguration functionality can be achieved using IOPLL Reconfig Intel® FPGA IP Core: https://www.intel.com/content/www/us/en/docs/programmable/683195/20-3/core-references-14991.html
Also, the Dynamic phase shift ports are different: https://www.intel.com/content/www/us/en/docs/programmable/683195/20-3/dynamic-phase-shift-ports-in-the-ip-core.html
Regards