Altera_Forum
Honored Contributor
16 years agoQuartus PLL - How to connect to existing VHDL
Hi!
I try to use the PLL function the first time and have some problems with it. It would be great if anyone could help me. I used the MegaWizard PlugIn Manager to specify the PLL settings. But now I can't find out how to "connect" it with my existing VHDL program. I am using a Clk signal named "Osc" and I want to connect it to the PLL inclk0. Furthermore I need a Process with should reacts on the c0 PLL out. I tried the following but I get the message "Error (10482): VHDL error at BX48.vhd(396): object "c0" is used but not declared". How can I access the c0 output from the PLL? TestProcess: process (c0) begin if c0'Event and co = '1' then --Todo... end if; end process TestProcess; Details: Quartus 9.1, Cyclone III Regards Andre