mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
💚 Use travis verilator
This commit is contained in:
parent
fe5c04c6a1
commit
1a13c07a8f
2 changed files with 4 additions and 2 deletions
|
@ -62,6 +62,7 @@ jobs:
|
|||
- ci/install-verilator.sh
|
||||
- ci/install-fesvr.sh
|
||||
- ci/build-riscv-tests.sh
|
||||
- make verilate verilator=$TRAVIS_BUILD_DIR/tmp/bin/verilator
|
||||
- ci/run-tests.sh
|
||||
|
||||
# extra time during long builds
|
||||
|
|
5
Makefile
5
Makefile
|
@ -164,8 +164,9 @@ verilate:
|
|||
-Wno-UNOPTFLAT \
|
||||
-Wno-UNUSED \
|
||||
-Wno-ASSIGNDLY \
|
||||
-LDFLAGS "-lfesvr" -CFLAGS "-std=c++11" -Wall --cc --trace --vpi --trace-structs \
|
||||
$(list_incdir) --top-module ariane_testharness --exe tb/ariane_tb.cpp tb/dpi/SimDTM.cc
|
||||
-LDFLAGS "-lfesvr" -CFLAGS "-std=c++11" -I../tb/dpi -Wall --cc --trace --vpi --trace-structs \
|
||||
$(list_incdir) --top-module ariane_testharness \
|
||||
--exe tb/ariane_tb.cpp tb/dpi/SimDTM.cc tb/dpi/SimJTAG.cc tb/dpi/remote_bitbang.cc
|
||||
cd obj_dir && make -j8 -f Variane_testharness.mk
|
||||
|
||||
verify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue