TinyTapeout / vga-playground

Playground for VGA projects on Tiny Tapeout
https://tinytapeout.github.io/vga-playground/
GNU General Public License v3.0
14 stars 6 forks source link

look into audio simulation #8

Open mattvenn opened 1 month ago

mattvenn commented 1 month ago

that would give an output similar to what you'd get with Mike's pmod

https://discord.com/channels/1009193568256135208/1255160614246944851/1256337836614095022

urish commented 2 weeks ago

Specs: PWM output on uio[7] Example project: https://github.com/MichaelBell/tt08-pwm-example/blob/main/src/sine.v (but see the note below)

@MichaelBell since the example above is linked from the competition, and anyone who also uses the VGA Pmod to use uio instead of uo for the audio Pmod, would you consider changing the example to output the audio on uio[7] instead of uo_out[7]?

MichaelBell commented 2 weeks ago

Yes that makes sense, I've pushed the change