From 7ba3ab03e2444a79dd1c590b08e951bdae5b3b38 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Mon, 13 May 2013 11:19:55 -0700 Subject: [PATCH] update README --- README | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README b/README index 1dfefdd4..1ae6d470 100644 --- a/README +++ b/README @@ -2,12 +2,10 @@ Quick and dirty instructions: CHECKOUT THE CODE: - git submodule init - git submodule update + git submodule update --init - cd riscv-gcc-isasim - git submodule init - git submodule update + cd riscv-tools + git submodule update --init BUILDING THE TOOLCHAIN: @@ -15,7 +13,7 @@ BUILDING THE TOOLCHAIN: To build RISC-V ISA simulator, frontend server, proxy kernel and newlib based GNU toolchain: export RISCV=/path/to/riscv/toolchain/installation - cd riscv-gcc-isasim + cd riscv-tools ./build.sh To build asm tests and benchmarks (you must have the RISC-V toolchain installed and in your path): @@ -23,7 +21,7 @@ BUILDING THE TOOLCHAIN: cd riscv-tests/isa/ make -j - cd riscv-asmtests-bmarks/riscv-bmarks/ + cd riscv-tests/benchmarks make -j BUILDING THE PROJECT: @@ -62,8 +60,7 @@ UPDATING TO A NEWER VERSION OF CHISEL: To grab a newer version of chisel: - git submodule init - git submodule update + git submodule update --init cd chisel git pull origin master