Altera_Forum
Honored Contributor
17 years agoQuartus II 8.0 issue of PLL
Hi,
I am new to Quartus II , I am using Quartus II 8.0 build 215 in that When I instantiate a PLL it errors out for Stratix III and IV ,the error message is as follows: Info: Elaborating entity "pll_50_100" for hierarchy "inst_pll" Info: Elaborating entity "pll_50_100_bb" for hierarchy "inst_pll|pll1" Info: Elaborating entity "altpll" for hierarchy "inst_pll|pll1|altpll_component" Error: WYSIWYG primitive "pll" is not compatible with the current device family File: /in/quartus_8.0bld215/quartus/libraries/megafunctions/altpll.t df Line: 590 Error: Can't elaborate user hierarchy "inst_pll|pll1|altpll_component" File: /home/<user>/stratixiv/rtl/cae/altera/design108/qis/qis_s4/verilog/pll_50_100_bb.v Line: 86 I also checked at Line 590 for altpll.tdf it had the foloowing code: INCLUDE "aglobal80"; -- to get the device family information INCLUDE "stratix_pll"; -- Stratix wysiwyg INCLUDE "stratixii_pll"; -- Stratix II wysiwyg INCLUDE "cycloneii_pll"; -- cycloneii wysiwyg What could be the possible remedy for this? Many thanks