Skip to content

Commit 2bf9aaf

Browse files
committed
[comparch.gpu][oshw] Add tiny-gpu
- A minimal GPU implementation in Verilog optimized for learning about how GPUs work from the ground up.
1 parent 342921b commit 2bf9aaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

comparch.gpu.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ See also: [computer architecture](comparch.md)
124124
- https://github.com/maidenone/ORGFXSoC
125125
- http://opencores.org/project,orsoc_graphics_accelerator
126126
- Theia GPU Overview - http://opencores.org/project,theia_gpu
127+
- tiny-gpu
128+
- A minimal GPU implementation in Verilog optimized for learning about how GPUs work from the ground up.
129+
- Built with <15 files of fully documented Verilog, complete documentation on architecture & ISA, working matrix addition/multiplication kernels, and full support for kernel simulation & execution traces.
130+
- https://github.com/adam-maj/tiny-gpu
127131

128132
---
129133

0 commit comments

Comments
 (0)