Forum Discussion
Altera_Forum
Honored Contributor
9 years agoThe error is NOT that you are missing a PLL_CTR_RESYNC generic on the altera_pll entity, the problem is that there is an PLL_CTR_RESYNC generic on the iopll_bootstrap component down inside the altera_lnsim_components.vhd file.
I found a solution to this by editing the altera_lnsim_components file. Find the following: component iopll_bootstrap generic( PLL_CTR_RESYNC : integer := 1; PLL_AUTO_RESET_ON_LOSS_OF_LOCK : integer := 0 ); Comment out the PLL_CTR_RESYNC generic and recompile both this file and your PLL. That should get you past your issue.