Forum Discussion
Altera_Forum
Honored Contributor
9 years agoWhen you instantiate the PLL don't use:
PLL_inst : PLL PORT MAP(CLK, OPEN, CLK_100 ); but rather use the explicit port assignments: PLL_inst : PLL PORT MAP(inclk0>=CLK, c0>=CLK_100 );When you instantiate the PLL don't use:
PLL_inst : PLL PORT MAP(CLK, OPEN, CLK_100 ); but rather use the explicit port assignments: PLL_inst : PLL PORT MAP(inclk0>=CLK, c0>=CLK_100 );