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 cad0f52 commit 72a86e5Copy full SHA for 72a86e5
Makefile
@@ -21,9 +21,9 @@ SRC_FILES += $(SRC_DIR)i2c_master_byte_ctrl.v
21
SRC_FILES += $(SRC_DIR)i2c_master_defines.v
22
SRC_FILES += $(SRC_DIR)timescale.v
23
24
-.PHONY: all clean
+.PHONY: all wave clean
25
26
-all: mem_gen build run wave
+all: mem_gen build run
27
28
mem_gen:
29
$(PYTHON) $(SRC_DIR)$(PARSER) $(SRC_DIR)$(CONFIG_FILE)
0 commit comments