Skip to content
Snippets Groups Projects
Unverified Commit e82e678e authored by Florian Zaruba's avatar Florian Zaruba
Browse files

Change default include path

parent a3044dbf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment