Skip to content

Commit 971ae27

Browse files
committed
Bump Snitch version to latest
1 parent bf8094d commit 971ae27

File tree

2 files changed

+15
-30
lines changed

2 files changed

+15
-30
lines changed

default.yaml

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,11 @@ asflags:
2121
- -fno-common
2222
- -O3
2323
- -D__DEFINED_uint64_t
24-
- -I/opt/snitch_cluster/target/snitch_cluster/sw/runtime/rtl/src
25-
- -I/opt/snitch_cluster/target/snitch_cluster/sw/runtime/common
26-
- -I/opt/snitch_cluster/sw/snRuntime/api
27-
- -I/opt/snitch_cluster/sw/snRuntime/src
28-
- -I/opt/snitch_cluster/sw/snRuntime/src/omp/
29-
- -I/opt/snitch_cluster/sw/snRuntime/api/omp/
30-
- -I/opt/snitch_cluster/sw/math/arch/riscv64/bits/
31-
- -I/opt/snitch_cluster/sw/math/arch/generic
32-
- -I/opt/snitch_cluster/sw/math/src/include
33-
- -I/opt/snitch_cluster/sw/math/src/internal
34-
- -I/opt/snitch_cluster/sw/math/include/bits
35-
- -I/opt/snitch_cluster/sw/math/include
24+
- -I/opt/snitch_cluster/sw/runtime/src
25+
- -I/opt/snitch_cluster/sw/runtime/impl
26+
- -I/opt/snitch_cluster/sw/runtime/api
27+
- -I/opt/snitch_cluster/sw/runtime/src/omp/
28+
- -I/opt/snitch_cluster/sw/runtime/api/omp/
3629
cflags:
3730
- -Wno-unused-command-line-argument
3831
- -menable-experimental-extensions
@@ -45,27 +38,20 @@ cflags:
4538
- -fno-common
4639
- -O3
4740
- -D__DEFINED_uint64_t
48-
- -I/opt/snitch_cluster/target/snitch_cluster/sw/runtime/rtl/src
49-
- -I/opt/snitch_cluster/target/snitch_cluster/sw/runtime/common
50-
- -I/opt/snitch_cluster/sw/snRuntime/api
51-
- -I/opt/snitch_cluster/sw/snRuntime/src
52-
- -I/opt/snitch_cluster/sw/snRuntime/src/omp/
53-
- -I/opt/snitch_cluster/sw/snRuntime/api/omp/
54-
- -I/opt/snitch_cluster/sw/math/arch/riscv64/bits/
55-
- -I/opt/snitch_cluster/sw/math/arch/generic
56-
- -I/opt/snitch_cluster/sw/math/src/include
57-
- -I/opt/snitch_cluster/sw/math/src/internal
58-
- -I/opt/snitch_cluster/sw/math/include/bits
59-
- -I/opt/snitch_cluster/sw/math/include
41+
- -I/opt/snitch_cluster/sw/runtime/src
42+
- -I/opt/snitch_cluster/sw/runtime/impl
43+
- -I/opt/snitch_cluster/sw/runtime/api
44+
- -I/opt/snitch_cluster/sw/runtime/src/omp/
45+
- -I/opt/snitch_cluster/sw/runtime/api/omp/
6046
ldflags:
6147
- -fuse-ld=/tools/riscv-llvm/bin/ld.lld
6248
- -nostartfiles
6349
- -nostdlib
6450
- -L/tools/riscv-llvm/lib/clang/15.0.0/lib/
65-
- -L/opt/snitch_cluster/target/snitch_cluster/sw/runtime/
66-
- -L/opt/snitch_cluster/target/snitch_cluster/sw/runtime/rtl
67-
- -L/opt/snitch_cluster/target/snitch_cluster/sw/runtime/rtl/build
68-
- -T/opt/snitch_cluster/sw/snRuntime/base.ld
51+
- -L/opt/snitch_cluster/sw/runtime/
52+
- -L/opt/snitch_cluster/sw/runtime/impl
53+
- -L/opt/snitch_cluster/sw/runtime/build
54+
- -T/opt/snitch_cluster/sw/runtime/base.ld
6955
- -lc
7056
- -lsnRuntime
7157
- -lclang_rt.builtins-riscv32

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ RUN git config --global url."https://github".insteadOf "git://github" \
99
&& git config --global url."https://github.com/".insteadOf "[email protected]:" \
1010
&& git clone --recursive https://github.com/pulp-platform/snitch_cluster /opt/snitch_cluster \
1111
&& cd /opt/snitch_cluster \
12-
&& git reset --hard 7f430f2 \
13-
&& cd target/snitch_cluster \
12+
&& git reset --hard 742fbe3259125fc182fba11f756fd0af4d87404f \
1413
&& make DEBUG=ON sn-runtime -j
1514

1615
# === Optimized Package Installation ===

0 commit comments

Comments
 (0)