Skip to content

Commit b0c4057

Browse files
committed
Upd dockerfile
1 parent ff46e6d commit b0c4057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ SRC_FILES := $(shell find $(SRC_DIR) -name '*.vh') \
1414
$(shell find $(TB_DIR) -name '*.v') \
1515
$(shell find $(TB_DIR) -name '*.sv')
1616

17-
.PHONY: all sim clean
17+
.PHONY: all clean
1818

19-
all: copy_file build execute
19+
all: copy_file build execute sim
2020

2121
copy_file:
2222
$(shell cp $(SRC_DIR)/$(MEM_FILE) ./)

0 commit comments

Comments
 (0)