TinyTapeout / vga-playground

Playground for VGA projects on Tiny Tapeout
https://tinytapeout.github.io/vga-playground/
GNU General Public License v3.0
16 stars 7 forks source link
hdl simulation simulator tinytapeout verilog vga

Tiny Tapeout VGA Playground

Online version: https://tinytapeout.github.io/vga-playground/

Write an run verilog code to generate VGA signals in the browser, then manufacture your project with Tiny Tapeout.

Development

You'll need to have Node.js installed on your computer and clone this repository.

Then you can install the dependencies and run the development server:

npm install
npm start

To view the playground, open http://localhost:5173 in your browser.