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

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

Unit tests for RISC-V processors

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

We assume that the RISCV environment variable is set to the RISC-V tools
install path, and that the riscv-gcc package is installed.

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