From 190a8b9dd3f85421c738607cc63ded80747b6ba9 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 26 Oct 2016 16:47:25 -0700 Subject: [PATCH] Update README.md to reflect firrtl and riscv-tools changes --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ba690fcb..05e7fc1c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ of riscv-tools: $ git submodule update --init --recursive $ export RISCV=/path/to/install/riscv/toolchain $ ./build.sh - $ ./build-rv32im.sh (if you are using RV32). + $ ./build-rv32ima.sh (if you are using RV32). For more information (or if you run into any issues), please consult the [riscv-tools/README](https://github.com/riscv/riscv-tools/blob/master/README.md). @@ -92,13 +92,7 @@ If riscv-tools version changes, you should recompile and install riscv-tools acc $ cd riscv-tools $ ./build.sh - $ ./build-rv32im.sh (if you are using RV32) - -If firrtl version changes and you are using Chisel3, you may need to clean and recompile: - - $ cd firrtl - $ sbt clean - $ sbt assembly + $ ./build-rv32ima.sh (if you are using RV32) ## What's in the Rocket chip generator repository?