2a7bd3b0d55ed1fb4652336ea26c05ddb8f6ff8f
[riscv-tests.git] / README.md
1 About
2 =====
3
4 Unit tests for RISCV processors
5
6 Building from repository
7 ========================
8
9 $ git clone https://github.com/ucb-bar/riscv-tests
10 $ cd riscv-tests
11 $ git submodule update --init --recursive
12 $ autoconf
13 $ ./configure --prefix=/usr/local
14 $ make
15 $ make install
16