Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RDSik authored Jan 17, 2025
1 parent 553fa7f commit 49e33cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TOP := si5340_config_loader

SIM ?= verilator
WAVE := gtkwave
MACRO_FILE := $(TB_DIR)wave.do
MACRO_FILE := wave.do

PARSER := config_parser.py
PYTHON := python3
Expand Down Expand Up @@ -39,7 +39,7 @@ ifeq ($(SIM), verilator)
else ifeq ($(SIM), iverilog)
$(SIM) -o $(TOP_NAME) $(SRC_FILES)
else ifeq ($(SIM), questa)
vsim -do $(MACRO_FILE)
vsim -do $(TB_DIR)$(MACRO_FILE)
endif

run:
Expand Down

0 comments on commit 49e33cc

Please sign in to comment.