mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Update README.md
This commit is contained in:
parent
2f2974ee72
commit
d8a6ac748a
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -57,14 +57,24 @@ More detailed build instructions can be found [here](docs/install_vortex.md).
|
|||
### Install Vortex codebase
|
||||
```
|
||||
git clone --depth=1 --recursive git@github.com:gthparch/vortex_vm.git
|
||||
cd Vortex
|
||||
cd vortex_vm
|
||||
```
|
||||
|
||||
### Configure your build folder
|
||||
#
|
||||
# By default, the toolchain default install location is the /opt folder and can be overridden by setting --tooldir.
|
||||
# This is the example for volvo server
|
||||
mkdir build
|
||||
mkdir out
|
||||
export OUT_DIR=`pwd`/out
|
||||
cd build
|
||||
../configure --xlen=32 --tooldir=/software/vortex-toolchain-2024-05-22
|
||||
../configure --xlen=32 --tooldir=/software/vortex-toolchain-2024-05-22 --prefix=$OUT_DIR
|
||||
### Ignore the commit for ramulator when it is compiled
|
||||
# Please add ignore = dirty entry on .gitmodules
|
||||
[submodule "third_party/ramulator"]
|
||||
path = third_party/ramulator
|
||||
url = https://github.com/CMU-SAFARI/ramulator.git
|
||||
ignore = dirty
|
||||
### Install prebuilt toolchain
|
||||
# We will use the precomipled tools in volvo toolchanin directory
|
||||
### set environment variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue