From 042da747783e61f26d895009a87d183d1643a7bd Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Mon, 3 Aug 2020 06:42:42 -0400 Subject: [PATCH 1/2] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efe3b48e..544bf12b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Install Verilator Install Vortex - $ git clone https://github.gatech.edu/casl/Vortex.git + $ git clone --recursive https://github.gatech.edu/casl/Vortex.git $ cd Vortex $ make From 94d957e5404509bad4b1962b486bdbf6cc65430d Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Wed, 5 Aug 2020 19:28:17 -0400 Subject: [PATCH 2/2] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 544bf12b..32f90c57 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,6 @@ Install Vortex Quick Test running SGEMM kernel - $ cd /Vortex/benchmarks/opencl/sgemm + $ cd /Vortex/benchmarks/opencl/vecadd $ make - $ make run + $ make run-rtlsim