From 6901208a5419c02e79ef7df7d14bd2f9895693b3 Mon Sep 17 00:00:00 2001 From: felsabbagh3 Date: Fri, 22 Mar 2019 04:29:24 -0400 Subject: [PATCH] Added a README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34bc8270..2a66eb54 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,10 @@ 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 + + +./rtl is verilog for the processor. Currently supports RV32IM and passes all tests. +