I'm trying for like 4 days to make Altera DE2 Cyclone FPGA board to "play" any kind of sound but it is killing me!
I made the VHDL code setting an input being clock and an output being "speaker". I basically use process on the clock and make a counter for a 16 bit vector, which will only be incremented on rising edges for the clock. Then I want speaker to send out counter(15) ...
I tried following the music box from the website but it's not working, either in VHDL or Verilog... also the waveform comes out wrong...
Someone can help me??