Skip to content
Snippets Groups Projects
Unverified Commit d7a4eb17 authored by sébastien jacq's avatar sébastien jacq Committed by GitHub
Browse files

Merge pull request #2 from epthales/patch-1

Update README.md
parents e26f1e3c 98c4c431
No related tags found
No related merge requests found
......@@ -34,10 +34,14 @@ Next, you have to install all standard packages needed to build the toolchain de
Before installing the tool chain, it is important to define the environment variable RISCV=”path where the tool chain will be installed”.
Then, you have to set up the compiler by running the following command:
```
$ export RISCV=/path/to/install/riscv/compilators
$ ./configure --prefix=$RISCV --disable-linux --with-cmodel=medany --with-arch=rv32ima
$ make newlib
```
When the installation is achieved, do not forget to add $RISCV/bin to your PATH.
```
$ export PATH=/path/to/compilators/directory/bin
```
## Questa tool
Questa Prime **version 10.7** has been used for simulations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment