Skip to content

Commit de81d05

Browse files
authored
Update Makefile
1 parent 49e33cc commit de81d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SRC_FILES += $(SRC_DIR)sin_gen.sv
3131
all: mem_gen build run wave
3232

3333
mem_gen:
34-
$(PYTHON) $(TB_DIR)$(PARSER) $(TB_DIR)$(CONFIG_FILE)
34+
$(PYTHON) $(SRC_DIR)$(PARSER) $(SRC_DIR)$(CONFIG_FILE)
3535

3636
build:
3737
ifeq ($(SIM), verilator)

0 commit comments

Comments
 (0)