Added a README

This commit is contained in:
felsabbagh3 2019-03-22 04:27:42 -04:00
parent 781c11c93f
commit d42e7845a9
2 changed files with 12 additions and 1 deletions

10
README.md Normal file
View 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
View file

@ -3,4 +3,5 @@
* csri bug?
* Add hardware threads to rtl
* Add hardware warps to rtl
* Add hardware warps to rtl
* Add caches