Skip to content

Commit

Permalink
use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Sep 30, 2024
1 parent ba41124 commit 9ac37ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ENV VERIBLE_VERSION 0.0-3644-g6882622d
COPY --from=build-bender /root/.cargo/bin/bender /usr/bin/bender

# vcd-to-csv
RUN wget https://github.com/KULeuven-MICAS/vcd-to-csv/releases/download/v0.1.2/vcd-to-csv -P /usr/bin && chmod +x /usr/bin/vcd-to-csv
RUN wget https://github.com/KULeuven-MICAS/vcd-to-csv/releases/latest/download/vcd-to-csv -P /usr/bin && chmod +x /usr/bin/vcd-to-csv

# spike-dasm
RUN wget https://github.com/pulp-platform/riscv-isa-sim/releases/download/snitch-v0.1.0/snitch-spike-dasm-0.1.0-x86_64-linux-gnu-ubuntu18.04.tar.gz && \
Expand Down

0 comments on commit 9ac37ea

Please sign in to comment.