Added a README

This commit is contained in:
felsabbagh3 2019-03-22 04:29:24 -04:00
parent d42e7845a9
commit 6901208a54

View file

@ -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.
./rtl is verilog for the processor. Currently supports RV32IM and passes all tests.