mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Added a README
This commit is contained in:
parent
781c11c93f
commit
d42e7845a9
2 changed files with 12 additions and 1 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
|
||||
# Vortex RISC-V GPGPU
|
||||
|
||||
Vortex currently supported RV32IM.
|
||||
|
||||
./Kernel is a demo of exposing the warps and threads to a program. (Stable)
|
||||
./emulator is an emulator for RV32IM with warp and thread support. (Stable)
|
||||
./rtl is verilog for the processor. Currently supports RV32IM and passes all tests.
|
3
TODO
3
TODO
|
@ -3,4 +3,5 @@
|
|||
|
||||
* csri bug?
|
||||
* Add hardware threads to rtl
|
||||
* Add hardware warps to rtl
|
||||
* Add hardware warps to rtl
|
||||
* Add caches
|
Loading…
Add table
Add a link
Reference in a new issue