mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
💚 Fix CI problem pulling riscv-fesvr
This commit is contained in:
parent
3ec61a67cc
commit
f091dbce57
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -138,7 +138,6 @@ $(tests): build
|
|||
${library}.$@_tb_optimized
|
||||
|
||||
# User Verilator, at some point in the future this will be auto-generated
|
||||
# --trace-structs --trace
|
||||
verilate:
|
||||
$(verilator) \
|
||||
$(ariane_pkg) \
|
||||
|
@ -165,6 +164,7 @@ verilate:
|
|||
-Wno-UNOPTFLAT \
|
||||
-Wno-UNUSED \
|
||||
-Wno-ASSIGNDLY \
|
||||
--trace-structs --trace \
|
||||
-LDFLAGS "-lfesvr" -CFLAGS "-std=c++11 -I../tb/dpi" -Wall --cc --vpi \
|
||||
$(list_incdir) --top-module ariane_testharness \
|
||||
--Mdir build \
|
||||
|
|
|
@ -5,7 +5,7 @@ cd $ROOT/tmp
|
|||
RELEASE=0.1.0
|
||||
|
||||
if ! [ -e $ROOT/tmp/riscv-fesvr ]; then
|
||||
https://github.com/riscv/riscv-fesvr.git
|
||||
git clone https://github.com/riscv/riscv-fesvr.git
|
||||
fi
|
||||
cd $ROOT/tmp/riscv-fesvr
|
||||
mkdir -p build
|
||||
|
|
2
tb
2
tb
|
@ -1 +1 @@
|
|||
Subproject commit dfbfc8c261472cf0ecf1ba04e5dce00251294c19
|
||||
Subproject commit 70397e11ee3b0243f53a34facd64e9ac5b8a576c
|
Loading…
Add table
Add a link
Reference in a new issue