Forum Discussion
Altera_Forum
Honored Contributor
10 years agoPLL on Altera DE3 Development Board doenst work
Hello everyone, im using the developement board altera DE3 (Stratix III , EP3SL150f1152C2N) for my master thesis. Im trying to use a PLL to get a higher clock. Therefor im using the internal 50...
Altera_Forum
Honored Contributor
10 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 );