Altera_Forum
Honored Contributor
14 years agoaltpll component query
I am using a DE2-115 board with Cyclone IVE. When I design something in SOPC, I just use one external clock input of 50 MHz, and then I use the altpll component in Quartus MegaWizard Plugin Manager to create clocks of higher frequency for the NIOS system and the sdram for example. For example, in the ALTPLL wizard I have as input 50 MHz, and two ouputs with multiplication factor 2 to give two 100 MHz output clocks. I then instantiate this module in my main .v file. So far so good. But when I open the generated pll module file and look at the 'defparam' section, it says:
altpll_component.inclk0_input_frequency = 20000,
Where did that '20000' value come from? Is this value in Hz and does this mean my system and sdram are running at 40 kHz only? How do I increase this frequency? Thank you.