syntacore/scr1

Failing Tests With Verilator 4.034

yrrapt opened this issue · 2 comments

If I use Verilator 4.034 (built from source) to run the hello test with AHB IMC the test fails:

scr1_top_tb_ahb
---Test:                       hello.hex

%Error: hello.hex
:0: $readmem file not found

I can see that the hello.hex is present in the build folder.

If I instead use the Verilator 4.010 that is packaged with Debian the test passes.

eb-sc commented

Please, see an update (commit c636ac1), which in particular solves the problem with the Verilator version.

Best regards,
Kate

The fix works.

Thanks for the help.