Skip to content
Snippets Groups Projects
Unverified Commit 98c4c431 authored by Emeric Poulin's avatar Emeric Poulin Committed by GitHub
Browse files

Update README.md

parent e26f1e3c
No related branches found
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 ...@@ -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”. 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: 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 $ ./configure --prefix=$RISCV --disable-linux --with-cmodel=medany --with-arch=rv32ima
$ make newlib $ make newlib
``` ```
When the installation is achieved, do not forget to add $RISCV/bin to your PATH. 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 tool
Questa Prime **version 10.7** has been used for simulations. 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