Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21615 Discussions

Make sound on DE1 board

Altera_Forum
Honored Contributor II
1,410 Views

Hello everyone, 

 

Anybody can give me a simple example of how to generate simple tone/sound on DE1 board? 

 

Many thanks!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
490 Views

up!!!!!!!!!!

0 Kudos
Altera_Forum
Honored Contributor II
490 Views

What shockinglyhockley meant was that there's another post about this topic :-) 

 

That said, it depends what you want to do. Easiest way would be to create a square-wave that's nothing more than a counter that counts at a specified frequency and inverts the output signal, which you can directly (given the proper precautions!) hook up to a speaker. Alternatively, use a ROM and use the same counter to index into said ROM and pull samples out which you can then output on a DAC or PWM generator. 

 

-Mux
0 Kudos
Reply