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 49e33cc commit de81d05Copy full SHA for de81d05
src/Makefile
@@ -31,7 +31,7 @@ SRC_FILES += $(SRC_DIR)sin_gen.sv
31
all: mem_gen build run wave
32
33
mem_gen:
34
- $(PYTHON) $(TB_DIR)$(PARSER) $(TB_DIR)$(CONFIG_FILE)
+ $(PYTHON) $(SRC_DIR)$(PARSER) $(SRC_DIR)$(CONFIG_FILE)
35
36
build:
37
ifeq ($(SIM), verilator)
0 commit comments