sycuricon / starship

Run rocket-chip on FPGA
MIT License
54 stars 20 forks source link

Verilator Version #20

Open pointerliu opened 1 week ago

pointerliu commented 1 week ago

Hi, I met some issues when executing make vlt. Which version of verilator should I use ?

Phantom1003 commented 1 week ago

We typically use the latest version of Verilator from the community upstream (v5.024+).

pointerliu commented 1 week ago

Thanks for you reply. I'm using the latest version but still met the following issue:

%Error: /xxx/starship/asic/sim/spike_difftest.rocket.v:2:27: Can't find definition of 'ldut' in dotted scope/variable: 'Testbench.testHarness.ldut'

Did I miss some steps ?