You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, so as i was going through the procedures, i was trying to run the simulator by running ./build/lowrisc_ibex_demo_system_0/sim-verilator/Vtop_verilator \ --meminit=ram,./sw/c/build/demo/hello_world/demo , as stated. However, for some reason it produced this error: ./build/lowrisc_ibex_demo_system_0/sim-verilator/Vtop_verilator: No such file or directory
So what i did was i went to the sim_verilator directory to find Vtop_verilator. Then i found that there is an executable file named Vibex_demo_system. I replaced Vtop_verilator with Vibex_demo_system, and re-run the command.
Then it worked as intended. I would like to know if this is normal? Or there is a mix-up somewhere?
The text was updated successfully, but these errors were encountered:
Hello, so as i was going through the procedures, i was trying to run the simulator by running
./build/lowrisc_ibex_demo_system_0/sim-verilator/Vtop_verilator \ --meminit=ram,./sw/c/build/demo/hello_world/demo
, as stated. However, for some reason it produced this error:./build/lowrisc_ibex_demo_system_0/sim-verilator/Vtop_verilator: No such file or directory
So what i did was i went to the
sim_verilator
directory to findVtop_verilator
. Then i found that there is an executable file namedVibex_demo_system
. I replacedVtop_verilator
withVibex_demo_system
, and re-run the command.Then it worked as intended. I would like to know if this is normal? Or there is a mix-up somewhere?
The text was updated successfully, but these errors were encountered: