chipsalliance / VeeRwolf

FuseSoC-based SoC for VeeR EH1 and EL2
269 stars 61 forks source link

Running pre-compiled zephyr examples failed #20

Closed cst-kirank closed 3 years ago

cst-kirank commented 3 years ago

When I tried to run precompiled Zephyr examples it failed giving the following reason, ": $readmem file not found" Aborting... ERROR: Failed to run ::swervolf:0.7 : './Vswervolf_core_tb' exited with an error code

It would be great to know what caused this unexpected error.

Thanks, Kiran Khunte

olofk commented 3 years ago

It looks like the path to the program you want to load is incorrect. What does your command line look like? I expect it would be something like fusesoc run --target=sim swervolf --ram_init_file fusesoc_libraries/swervolf/sw/zephyr_hello.vh, if you used the default installation directories

cst-kirank commented 3 years ago

Thanks! The problem was with the library path.