From e82e678e1c4be148e98f75093fcb3a3ed6ac1047 Mon Sep 17 00:00:00 2001 From: Florian Zaruba <zarubaf@iis.ee.ethz.ch> Date: Thu, 29 Nov 2018 19:26:38 +0100 Subject: [PATCH] Change default include path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfa15ec9..5ba80794 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ dpi := $(patsubst tb/dpi/%.cc,${dpi-library}/%.o,$(wildcard tb/dpi/*.cc)) dpi_hdr := $(wildcard tb/dpi/*.h) dpi_hdr := $(addprefix $(root-dir), $(dpi_hdr)) CFLAGS := -I$(QUESTASIM_HOME)/include \ - -Itb/riscv-isa-sim/install/include/spike \ + -I$(RISCV)/include \ -std=c++11 -I../tb/dpi # this list contains the standalone components -- GitLab