Forum Discussion
Altera_Forum
Honored Contributor
18 years agoHow to create Clock signals in FPGA for external circuits with Dsp Builder
Hi all! I'm using a Stratix II Development board and Dsp Builder 6.0. I would like to generate some clock signals in my FPGA to drive exernal circuits on a self-made daugther card. How can I do i...
Altera_Forum
Honored Contributor
18 years agoThere isn't really a function that generates clocks in DSP Builder. With that said, you can probably use a modulo 2 counter to produce a clock like signal and send it out via an output pin... Then you can possibly use that as a clock...