Forum Discussion
Altera_Forum
Honored Contributor
16 years agoOk, I tried to instiate the component in my design. But I get the error message "Error (10482): VHDL error at BX48.vhd(392): object "altpll" is used but not declared".
I wrote the following code into the architecture area after "begin": i_cyclonepll : altpll port map ( areset => Pll_areset, configupdate => Pll_configupdate, inclk0 => Pll_inclk0, scanclk => Pll_scanclk, scanclkena => Pll_scanclkena, scandata => Pll_scandata, c0 => Pll_c0, locked => Pll_locked, scandataout => Pll_scandataout, scandone => Pll_scandone); Regards, Andre