Forum Discussion

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

Simple Sinus Generator VHDL - DE2-115

Hello,

I am a complete beginner and I have a problem. I want to create a Sinus Generator in VHDL with my FPGA Board.

The generated sinus should be displayed on the line out. But I have no clue, how to start.

Can anybody help me, post the code and explain how I have to assign my pins?

Thank You. DonGiacomo

1 Reply

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

    --- Quote Start ---

    Hello,

    I am a complete beginner and I have a problem. I want to create a Sinus Generator in VHDL with my FPGA Board.

    The generated sinus should be displayed on the line out. But I have no clue, how to start.

    Can anybody help me, post the code and explain how I have to assign my pins?

    Thank You. DonGiacomo

    --- Quote End ---

    The simplest sine generator is that of clk/2 i.e. just two samples e.g. +1000, -1000

    pass it out onto DAC data running at clk speed.