Skip to content

Commit a4e8f13

Browse files
committed
Upd dockerfile
1 parent 042e62e commit a4e8f13

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ RUN git clone https://github.com/steveicarus/iverilog && \
2121

2222
COPY . .
2323

24-
RUN cd top && \
25-
make
24+
RUN make
2625

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
TOP_NAME := transceiver
22
IVERILOG := iverilog
33
GTKWAVE := gtkwave
4-
GTKW_FILE := top/tb/gtkw.gtkw
54

65
SRC_FILES += top/transceiver_top.v
76
SRC_FILES += top/tb/transceiver_tb.v

0 commit comments

Comments
 (0)