Skip to content

Commit 8589ca7

Browse files
author
bowwang
committed
[toolchain] update dependency
1 parent a5094d9 commit 8589ca7

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include util/Makefrag
1313
BENDER_VERSION = 0.29.1
1414

1515
# Do not include minifloat opcodes, since they conflict with the RVV opcodes!
16-
OPCODES := "opcodes-rvv opcodes-rv32b_CUSTOM opcodes-ipu_CUSTOM opcodes-frep_CUSTOM opcodes-dma_CUSTOM opcodes-ssr_CUSTOM opcodes-smallfloat"
16+
OPCODES := "opcodes-rvv opcodes-rv32b_CUSTOM opcodes-ipu_CUSTOM opcodes-frep_CUSTOM opcodes-dma_CUSTOM opcodes-ssr_CUSTOM opcodes-smallfloat opcodes-vlxblk_CUSTOM"
1717

1818

1919
# Default target

sw/toolchain/llvm-project.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b494f2d8dde88723026db8ec16ac6c7ee1e140ca
1+
6b92c330c77af5d79519712e0a8c07a150c960ff

sw/toolchain/riscv-opcodes.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e46a55a13117db225749a6064f9308eae9ae541d
1+
3a83dce413edf8ac20e06d955b25a551693edb24

util/iis-env.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
# Author: Mattia Sinigaglia, Universisty of Bologna
66

77
echo "export Spatz toolchains"
8-
export LLVM_INSTALL_DIR=/usr/pack/riscv-1.0-kgf/spatz-llvm-2023.08.10
9-
export GCC_INSTALL_DIR=/usr/pack/riscv-1.0-kgf/spatz-gcc-7.1.1
8+
export LLVM_INSTALL_DIR="$(pwd)/build/llvm"
9+
export GCC_INSTALL_DIR=/usr/pack/riscv-1.0-kgf/spatz-gcc-7.1.1
10+
11+
12+
echo "LLVM_INSTALL_DIR=${LLVM_INSTALL_DIR}"
13+
echo "GCC_INSTALL_DIR=${GCC_INSTALL_DIR}"

0 commit comments

Comments
 (0)