adam-maj / tiny-gpu

A minimal GPU design in Verilog to learn how GPUs work from the ground up
6.96k stars 521 forks source link

3D visualization and simulation #11

Closed AgostinoA closed 5 months ago

AgostinoA commented 5 months ago

What is 3D visualization and simulation software?

adam-maj commented 5 months ago

Using iverilog for simulation, cocotb for testing, OpenLane for RTL to GDS, and https://github.com/TinyTapeout/tinytapeout_gds_viewer for visualization

AgostinoA commented 4 months ago

Thx for all