TinyTPU: SystemVerilog systolic array compiled to WASM, running live in browser - RTL golden-verified against numpy [P]
A developer has created TinyTPU, a functional simulation of a systolic array for matrix multiplication that runs directly in a web browser. This project uses SystemVerilog to define the hardware logic, which is then compiled to WebAssembly for execution. The interactive visualization allows users to see the step-by-step process of matrix multiplication on the simulated hardware, offering a clear understanding of concepts like weight-stationary operation and diagonal staggering. AI
IMPACT Provides an interactive, visual tool for understanding the hardware underpinnings of AI computations.