cva6 icon indicating copy to clipboard operation
cva6 copied to clipboard

errors: about "make verilate DEBUG=1"

Open ckj119940887 opened this issue 5 years ago • 3 comments

When I executed "make verilate DEBUG=1", I encounterd the following errors:

../tb/ariane_tb.cpp:113:10: error: ‘bool preload_aware_dtm_t::is_address_preloaded(addr_t, size_t)’ marked ‘override’, but does not override bool is_address_preloaded(addr_t taddr, size_t len) override { return true; }

my verilator version is : Verilator 4.008

ckj119940887 avatar Nov 06 '20 16:11 ckj119940887

I am also seeing this issue. Is this resolved? Any suggestions will be helpful!

jatanpandya83 avatar Jan 28 '21 23:01 jatanpandya83

Hi,

I am also seeing exactly the same issue. my verilator version is: 4.014

ninipa avatar Sep 28 '21 02:09 ninipa

For a quick fix, you can just remove the override keyword in the line mentioned in the error message.

Moschn avatar Sep 28 '21 08:09 Moschn

Thanks for your insight @Moschn .

Hi @ckj119940887 , thanks for your interest in CVA6. This issue has not been updated in more than a year, so I will assume it is resolved and will close this issue. Note that I typically run using Verilator v4.100.

If you are still having trouble, please feel free to open another issue.

MikeOpenHWGroup avatar Feb 17 '23 21:02 MikeOpenHWGroup