Skip to content

Commit 49e33cc

Browse files
authored
Update Makefile
1 parent 553fa7f commit 49e33cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TOP := si5340_config_loader
22

33
SIM ?= verilator
44
WAVE := gtkwave
5-
MACRO_FILE := $(TB_DIR)wave.do
5+
MACRO_FILE := wave.do
66

77
PARSER := config_parser.py
88
PYTHON := python3
@@ -39,7 +39,7 @@ ifeq ($(SIM), verilator)
3939
else ifeq ($(SIM), iverilog)
4040
$(SIM) -o $(TOP_NAME) $(SRC_FILES)
4141
else ifeq ($(SIM), questa)
42-
vsim -do $(MACRO_FILE)
42+
vsim -do $(TB_DIR)$(MACRO_FILE)
4343
endif
4444

4545
run:

0 commit comments

Comments
 (0)