Forum Discussion
Altera_Forum
Honored Contributor
13 years agoMaking a counter from 50MHz Clock?
Hi, I know this might be a really silly question but I can't seem to get the theory down into HDL: I want to make a 3579545Hz clock from a 50MHz clock input: i know that --- Quote Start...
Altera_Forum
Honored Contributor
13 years agoHave you thought of an accumulator like that in an NCO (i.e. DDS) that adds 3579545 modulo 50 million. The MSB becomes your required rate.
It wouldn't be dead regular but it might be good for your device.