From 2e544f03e0bc02c1f6f19a1f77bbc63f7ae04192 Mon Sep 17 00:00:00 2001 From: cpehle Date: Tue, 26 Sep 2017 19:52:39 +0200 Subject: [PATCH] Point to correct path of riscv-tools directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02ed3847..8d456858 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ the following steps are necessary. export RISCV=/path/to/install/dir export PATH=$RISCV/bin:$PATH - cd riscv-tools + cd rocket-chip/riscv-tools ./build.sh ### Compiling and running the Verilator simulation