Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers

DE2 board PLL

Altera_Forum
Honored Contributor II
1,003 Views

Is there a way with the web edition of Quartus II 11.1 to get a 1Mhz clock in the PLL? I keep getting an error saying that it cannot divide that large of a number. Is there a work around? 

 

Thanks
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
304 Views

For frequencies that low, its more typical to generate a 1MHz 'enable' signal, and use that to control the logic. Alternatively, you could use a counter to divide a higher-frequency clock to generate the 1MHz clock. Just make sure to setup the TimeQuest constraints correctly, I believe the command is something like create_generated_clock. Search the forum for discussions by Rysc for TimeQuest suggestions. 

 

Cheers, 

Dave
0 Kudos
Reply