Skip to content

Commit 68abd95

Browse files
committed
dockerfile
1 parent 5089e99 commit 68abd95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ RUN apt-get update -y && \
55
apt-get install -y \
66
make \
77
g++ \
8-
verilator
8+
verilator \
9+
gtkwave
910
# git \
1011
# bison \
1112
# flex \
@@ -22,4 +23,4 @@ RUN apt-get update -y && \
2223

2324
COPY . .
2425

25-
RUN make
26+
RUN make

0 commit comments

Comments
 (0)