Skip to content

Commit 553fa7f

Browse files
authored
Update Makefile
1 parent 71a0f31 commit 553fa7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ else ifeq ($(SIM), iverilog)
4040
$(SIM) -o $(TOP_NAME) $(SRC_FILES)
4141
else ifeq ($(SIM), questa)
4242
vsim -do $(MACRO_FILE)
43+
endif
4344

4445
run:
4546
ifeq ($(SIM), verilator)

0 commit comments

Comments
 (0)