Altera_Forum
Honored Contributor
14 years agopll inclk from internal logic
In my design i want to generate a clock using an internal logic and then insert it to a PLL to multiply it by n.
i understand a pll must get an input clock from a gclk or another pll or an internal logic using a clock control block. tried it in quartus but got the following error: Error: Clock input port inclk[0] of PLL "pll_125m:pll_125m_altpll|altpll:altpll_component|pll_125m_altpll:auto_generated|pll1" must be driven by a non-inverted input pin or another PLL, optionally through a Clock Control block Info: Input port INCLK[0] of node "pll_125m:pll_125m_altpll|altpll:altpll_component|pll_125m_altpll:auto_generated|pll1" is driven by control_block:control_block|control_block_altclkctrl_uhi:control_block_altclkctrl_uhi_component|wire_clkctrl1_outclk which is OUTCLK output port of Clock control block type node control_block:control_block|control_block_altclkctrl_uhi:control_block_altclkctrl_uhi_component|clkctrl1 Error: Port(s) inclk[0] of Clock Control Block "control_block:control_block|control_block_altclkctrl_uhi:control_block_altclkctrl_uhi_component|clkctrl1" must be used can you please help me understand what is the problem? Best, carmi