File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include util/Makefrag
1313BENDER_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
Original file line number Diff line number Diff line change 1- b494f2d8dde88723026db8ec16ac6c7ee1e140ca
1+ 6b92c330c77af5d79519712e0a8c07a150c960ff
Original file line number Diff line number Diff line change 1- e46a55a13117db225749a6064f9308eae9ae541d
1+ 3a83dce413edf8ac20e06d955b25a551693edb24
Original file line number Diff line number Diff line change 55# Author: Mattia Sinigaglia, Universisty of Bologna
66
77echo " 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} "
You can’t perform that action at this time.
0 commit comments