mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 21:57:11 -04:00
Update Makefile
- Added back the elfdpi.h creation as it is required by build-dpi target
This commit is contained in:
parent
11afcad9c2
commit
381b90476f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -93,9 +93,9 @@ $(library)/.build-srcs: $(util) $(src)
|
|||
touch $(library)/.build-srcs
|
||||
|
||||
# build TBs
|
||||
$(library)/.build-tb: $(tbs)
|
||||
$(library)/.build-tb: $(dpi) $(tbs)
|
||||
# Compile top level
|
||||
vlog$(questa_version) -sv $(tbs) -work $(library)
|
||||
vlog$(questa_version) -sv $(tbs) -work $(library) $(filter %.c %.cc, $(dpi)) -ccflags "-g -std=c++11 " -dpiheader tb/dpi/elfdpi.h
|
||||
touch $(library)/.build-tb
|
||||
|
||||
# compile DPIs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue