mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
💚 Add library to DPI target
This commit is contained in:
parent
2b806ae056
commit
944f7c02bc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -62,7 +62,7 @@ $(library)/.build-srcs: $(util) $(src)
|
|||
# build TBs
|
||||
$(library)/.build-tb: $(dpi) $(tbs)
|
||||
# Compile top level with DPI headers
|
||||
vlog -sv $(tbs) $(filter %.c %.cc, $(dpi)) -ccflags "-g -std=c++11 " -dpiheader tb/dpi/elfdpi.h
|
||||
vlog -sv $(tbs) -work $(library) $(filter %.c %.cc, $(dpi)) -ccflags "-g -std=c++11 " -dpiheader tb/dpi/elfdpi.h
|
||||
touch $(library)/.build-tb
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue