mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-25 06:37:14 -04:00
Change default include path
This commit is contained in:
parent
a3044dbfce
commit
e82e678e1c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 := $(wildcard tb/dpi/*.h)
|
||||||
dpi_hdr := $(addprefix $(root-dir), $(dpi_hdr))
|
dpi_hdr := $(addprefix $(root-dir), $(dpi_hdr))
|
||||||
CFLAGS := -I$(QUESTASIM_HOME)/include \
|
CFLAGS := -I$(QUESTASIM_HOME)/include \
|
||||||
-Itb/riscv-isa-sim/install/include/spike \
|
-I$(RISCV)/include \
|
||||||
-std=c++11 -I../tb/dpi
|
-std=c++11 -I../tb/dpi
|
||||||
|
|
||||||
# this list contains the standalone components
|
# this list contains the standalone components
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue