From 0c886a8989a580a4fe5bf21ea9d1d949b772eda3 Mon Sep 17 00:00:00 2001 From: "Tine, Blaise" Date: Sat, 11 Jan 2020 10:40:26 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a66eb54..3ea321e1 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,16 @@ # Vortex RISC-V GPGPU -Vortex currently supported RV32IM. +Vortex currently supported RISC-V RV32I ISA -./Kernel is a demo of exposing the warps and threads to a program. (Stable) +/benchmarks containts test benchmarks +/docs contains documentation. -./emulator is an emulator for RV32IM with warp and thread support. (Stable) +/runtime contains the runtime software support for Vortex. +/emulator contains a software emulator for Vortex. -./rtl is verilog for the processor. Currently supports RV32IM and passes all tests. +/SimX contains a cycle-approximate simulator for Vortex. +/rtl is verilog for the processor. Currently supports RV32IM and passes all tests.