cva6
cva6 copied to clipboard
make verilate issues
I get:
Variane_testharness__Trace__2__Slow.cpp: In static member function ‘static void Variane_testharness::traceInitSub9(void*, VerilatedVcd*, const char*)’:
Variane_testharness__Trace__2__Slow.cpp:3218:71: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
3218 | tracep->declBus(c+24390,Verilated::catName(scopep,"BAUD_RATE"," "), false,-1, 31,0);
| ^~~
| |
Steps to reproduce on Ubuntu 20.04:
- verilator version: use v4.200 (v4.202 is NOT OK, other issues)
- make sure $RISCV/include contains fesvr folder, if you don't have it, get it from here
-
make verilate DEBUG=1
seems like a verilator issue actually. I opened an issue there: https://github.com/verilator/verilator/issues/3101
Hi @sebastien-riou, based on your comment and the fact that there have been no further comments for ~1.5 years, I believe this issue is resolved, and can be closed.