Skip to content

Commit

Permalink
verilator include path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekmw8 committed Apr 21, 2020
1 parent afafc12 commit c4caf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dv/cs_registers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TOOLDIR = $(subst bin/$(TOOL),,$(shell which $(TOOL)))
ifeq ($(TOOL),vcs)
INCLUDES += -I$(TOOLDIR)include
else
INCLUDES += -I$(TOOLDIR)share/verilator/include/vltstd
INCLUDES += -I$(TOOLDIR)include/vltstd
endif

.PHONY: all clean
Expand Down

0 comments on commit c4caf22

Please sign in to comment.