Skip to content

Commit

Permalink
docker: add vcd-to-csv (#355)
Browse files Browse the repository at this point in the history
* add vcd to csv script

* use latest
  • Loading branch information
jorendumoulin authored Sep 30, 2024
1 parent 4a283cb commit 207967f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ ENV VERIBLE_VERSION 0.0-3644-g6882622d
# Bender
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/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 && \
tar xzf snitch-spike-dasm-0.1.0-x86_64-linux-gnu-ubuntu18.04.tar.gz && \
Expand Down

0 comments on commit 207967f

Please sign in to comment.