Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

How 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 it with Dsp Builder.

Waiting for your answers please!

Thanks in advance.

Dzonaser

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    There 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...

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks for your reply.

    I've also noticed that the block "Pattern" with bits "10" inside could generate the same clock signal.

    ========