sehugg / 8bitworkshop

web-based IDE for 8-bit programming and Verilog development
http://8bitworkshop.com/
GNU General Public License v3.0
516 stars 84 forks source link

how to change the visualization #188

Closed Kreijstal closed 4 months ago

Kreijstal commented 4 months ago

for example in verilog, in some examples there are audio buttons, in others there is a screen with keyboard control, and in other there is just a waveform viewer, is there a toggle between these options or are they hardcoded on the example?

sehugg commented 4 months ago

The visualization depends on what signals are output by the top module, if hsync/vsync/rgb signals are present there will be a simulated CRT, otherwise you'll see the waveform view only. You can also pull up the waveform view from the bottom of the screen underneath the CRT, seeing both.

More here: https://8bitworkshop.com/docs/platforms/verilog/index.html

Kreijstal commented 4 months ago

very good