We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042e62e commit a4e8f13Copy full SHA for a4e8f13
Dockerfile
@@ -21,6 +21,5 @@ RUN git clone https://github.com/steveicarus/iverilog && \
21
22
COPY . .
23
24
-RUN cd top && \
25
- make
+RUN make
26
Makefile
@@ -1,7 +1,6 @@
1
TOP_NAME := transceiver
2
IVERILOG := iverilog
3
GTKWAVE := gtkwave
4
-GTKW_FILE := top/tb/gtkw.gtkw
5
6
SRC_FILES += top/transceiver_top.v
7
SRC_FILES += top/tb/transceiver_tb.v
0 commit comments