update readme
[riscv-tests.git] / README.md
1 riscv-tests
2 ================
3
4 About
5 -----------
6
7 Unit tests for RISC-V processors
8
9 Building from repository
10 -----------------------------
11
12 We assume that the RISCV environment variable is set to the RISC-V tools
13 install path, and that the riscv-gcc package is installed.
14
15 $ git clone https://github.com/ucb-bar/riscv-tests
16 $ cd riscv-tests
17 $ git submodule update --init --recursive
18 $ autoconf
19 $ ./configure --prefix=$RISCV/target
20 $ make
21 $ make install
22