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 ff46e6d commit b0c4057Copy full SHA for b0c4057
Makefile
@@ -14,9 +14,9 @@ SRC_FILES := $(shell find $(SRC_DIR) -name '*.vh') \
14
$(shell find $(TB_DIR) -name '*.v') \
15
$(shell find $(TB_DIR) -name '*.sv')
16
17
-.PHONY: all sim clean
+.PHONY: all clean
18
19
-all: copy_file build execute
+all: copy_file build execute sim
20
21
copy_file:
22
$(shell cp $(SRC_DIR)/$(MEM_FILE) ./)
0 commit comments