cva6 icon indicating copy to clipboard operation
cva6 copied to clipboard

make verilate issues

Open sebastien-riou opened this issue 3 years ago • 1 comments

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

sebastien-riou avatar Jun 14 '21 14:06 sebastien-riou

seems like a verilator issue actually. I opened an issue there: https://github.com/verilator/verilator/issues/3101

sebastien-riou avatar Aug 17 '21 14:08 sebastien-riou

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.

MikeOpenHWGroup avatar Feb 17 '23 16:02 MikeOpenHWGroup