chipsalliance / UHDM-integration-tests

Apache License 2.0
30 stars 8 forks source link

Earlgrey: prim_rom_adv.sv doesn't work in Verilator #465

Closed RRozak closed 3 years ago

RRozak commented 3 years ago

When it is removed from the list, the simulation crashes:

Simulation of OpenTitan Earl Grey
=================================

Program header number 3 in `../uhdm-tests/opentitan/boot_rom_sim_verilator.elf' is not of type PT_LOAD; ignoring.
ERROR: Could not set `rom' memory at byte offset 0x2000.
RRozak commented 3 years ago

I created the test: https://github.com/chipsalliance/UHDM-integration-tests/pull/466

RRozak commented 3 years ago

Maybe the problem is with lack of dependency (top_earlgrey.sv), so I will first try to include that module: https://github.com/chipsalliance/UHDM-integration-tests/issues/474

RRozak commented 3 years ago

Removed from the list in https://github.com/antmicro/verilator/pull/496