aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8bd5fcf126a9ceba698d34df8371606ba6bc07e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
About
=====

Unit tests for RISCV processors

Building from repository
========================

    $ git clone https://github.com/ucb-bar/riscv-tests
    $ cd riscv-tests
    $ autoconf
    $ ./configure --prefix=/usr/local
    $ make
    $ make install