mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update README.md
This commit is contained in:
parent
544b9273c2
commit
f6a27588f3
22
README.md
22
README.md
@ -17,17 +17,17 @@ See Chapter 2 of draft book of how to install and compile tests.
|
|||||||
|
|
||||||
Then follow Section 2.2.2 to clone the repo, source setup, make the tests and run regression
|
Then follow Section 2.2.2 to clone the repo, source setup, make the tests and run regression
|
||||||
|
|
||||||
$ cd
|
$ cd
|
||||||
$ export RISCV=/opt/riscv
|
$ export RISCV=/opt/riscv
|
||||||
$ git clone --recurse-submodules https://github.com/davidharrishmc/riscv-wally
|
$ git clone --recurse-submodules https://github.com/davidharrishmc/riscv-wally
|
||||||
$ cd riscv-wally
|
$ cd riscv-wally
|
||||||
$ source ./setup.sh
|
$ source ./setup.sh
|
||||||
$ make
|
$ make
|
||||||
$ cd pipelined/regression
|
$ cd pipelined/regression
|
||||||
$ ./regression-wally (depends on having Questa installed)
|
$ ./regression-wally (depends on having Questa installed)
|
||||||
|
|
||||||
Add the following lines to your .bashrc or .bash_profile
|
Add the following lines to your .bashrc or .bash_profile
|
||||||
|
|
||||||
if [ -f ~/riscv-wally/setup.sh ]; then
|
if [ -f ~/riscv-wally/setup.sh ]; then
|
||||||
source ~/riscv-wally/setup.sh
|
source ~/riscv-wally/setup.sh
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user