Altera_Forum
Honored Contributor
16 years agocyclone3 pll
hi
while implementing the pll using mega function , it generated code with ENTITY pll IS PORT ( inclk0 : IN STD_LOGIC := '0'; c0 : OUT STD_LOGIC ); END pll; but i gave the input inclk0 as 100 MHz, why it is giving IN STD_LOGIC := '0'; please tell me how to generate clock using pll mega function. is it possible to simulate that?