From d42e7845a936faaa708134467efeeb6d140b299d Mon Sep 17 00:00:00 2001 From: felsabbagh3 Date: Fri, 22 Mar 2019 04:27:42 -0400 Subject: [PATCH] Added a README --- README.md | 10 ++++++++++ TODO | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 README.md 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