aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: f896c0c095337325fa5622455c5dabc4e270bb3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
riscv-tests
================

About
-----------

Unit tests for RISC-V processors

Building from repository
-----------------------------

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