Skip to content

Commit

Permalink
adding gawk to dockerfile; producing transcript in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Girolamo committed May 3, 2021
1 parent 084b059 commit 25a009b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/generic_driver/gdriver.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ clean::
-@rm sim_${SPIN_APP_NAME}_debug 2>/dev/null || true

run::
./sim_${SPIN_APP_NAME}
./sim_${SPIN_APP_NAME} | tee transcript

.PHONY: driver driver_debug clean run
2 changes: 1 addition & 1 deletion utils/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SHELL ["/bin/bash", "-c"]

RUN apt-get update --assume-yes && \
apt-get install --assume-yes \
wget curl gnupg gnupg2 git build-essential python gengetopt libncurses5
wget curl gnupg gnupg2 git build-essential python gengetopt libncurses5 gawk

# Get Verilator
RUN wget http://spclstorage.inf.ethz.ch/~digirols/pspin/verilator-${VERILATOR_VERSION}.tar && \
Expand Down

0 comments on commit 25a009b

Please sign in to comment.