Update README.md

Update TOOLDIR to vortex-toolchain-2024-6-14/
This commit is contained in:
Jaewon Lee 2024-06-28 09:48:04 -04:00 committed by Hanran Wu
parent c99e4b37b6
commit 2e61dad11f

View file

@ -67,13 +67,8 @@ More detailed build instructions can be found [here](docs/install_vortex.md).
mkdir out
export OUT_DIR=`pwd`/out
cd build
../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
../configure --xlen=32 --tooldir=/software/vortex-toolchain-2024-6-14 --prefix=$OUT_DIR
### Install prebuilt toolchain
# We will use the precomipled tools in volvo toolchanin directory
### set environment variables