Skip to content

Commit

Permalink
[toolchain] update snitch_cluster version to include a local patch
Browse files Browse the repository at this point in the history
  • Loading branch information
zero9178 committed May 15, 2024
1 parent 6a5dfb1 commit 016ba00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 71 deletions.
4 changes: 1 addition & 3 deletions runtime/toolchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Global args.
ARG LLVM_VERSION=18
ARG PICOLIBC_VERSION=1.8.6
ARG SNITCH_CLUSTER_SHA=e02cc9e3f24b92d4607455d5345caba3eb6273b2
ARG SNITCH_CLUSTER_SHA=1f984781957520b3784b9ab17e5eeb34eec763f1
ARG VERILATOR_RELEASE=v4.228
ARG BENDER_RELEASE=0.27.1
ARG INSTALL_DIR=/opt
Expand Down Expand Up @@ -94,8 +94,6 @@ ENV VERILATOR_ROOT=$INSTALL_DIR/verilator
RUN git clone --depth 1 https://github.com/verilator/verilator -b $VERILATOR_RELEASE
RUN cd verilator && autoconf && ./configure && make -j$(nproc)
ENV VLT=$VERILATOR_ROOT/bin/verilator
COPY toolchain/snRuntime-01.patch /root/
RUN cd ./snitch_cluster && git apply /root/snRuntime-01.patch
RUN cd ./snitch_cluster/target/snitch_cluster && \
make LDFLAGS=-static bin/snitch_cluster.vlt -j$(nproc)

Expand Down
68 changes: 0 additions & 68 deletions runtime/toolchain/snRuntime-01.patch

This file was deleted.

0 comments on commit 016ba00

Please sign in to comment.