Skip to content

Commit

Permalink
Drop needless use of -M for vvp
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Jan 4, 2021
1 parent 62fbedb commit 2aea2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/icarus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ run_%: PLUSARGS += +PERIODS=$(PERIODS_DEFAULT) \
#

run_%: %.texe tenyr
$(IVERILOG)vvp -N -M$(BUILDDIR) tenyr +LOAD=$< $(PLUSARGS)
$(IVERILOG)vvp -N tenyr +LOAD=$< $(PLUSARGS)

# Test for nonexistent file.
.PHONY: nonexistent.texe
Expand Down

0 comments on commit 2aea2ae

Please sign in to comment.