File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
tests/riscv/riscv-vector-tests Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ RISCV_TOOLCHAIN_PATH=${RISCV_TOOLCHAIN_PATH:-"$TOOLDIR/riscv$XLEN-gnu-toolchain"
77SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
88PREV_DIR=$( pwd)
99
10+ if [ " $XLEN " -ne 64 ]; then
11+ rsync -a $RISCV_TOOLCHAIN_PATH64 /* $RISCV_TOOLCHAIN_PATH
12+ fi
13+
1014sudo apt-get install device-tree-compiler
1115wget -O- -q https://go.dev/dl/go1.24.0.linux-amd64.tar.gz | tar -xzf -
1216
1317export RISCV=$RISCV_TOOLCHAIN_PATH
14- export PATH=$PATH :$PREV_DIR /go/bin
15- if [ " $XLEN " -ne 64 ]; then
16- export PATH=$PATH :RISCV_TOOLCHAIN_PATH64/bin
17- fi
18+ export PATH=$PATH :$PREV_DIR /go/bin:$RISCV /bin
1819
1920git clone --recursive https://github.com/chipsalliance/riscv-vector-tests.git
2021cd riscv-vector-tests
You can’t perform that action at this time.
0 commit comments