diff --git a/README.md b/README.md new file mode 100644 index 00000000..34bc8270 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file diff --git a/TODO b/TODO index f4c1926d..37d89402 100644 --- a/TODO +++ b/TODO @@ -3,4 +3,5 @@ * csri bug? * Add hardware threads to rtl -* Add hardware warps to rtl \ No newline at end of file +* Add hardware warps to rtl +* Add caches \ No newline at end of file