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
ERROR | riscv_sim_RV32: executable not found. Please check environment setup.
It looks like the project template does not care about the docker flag in the config, and assumes that SAIL is installed locally. It never reads the docker or image parameters in the config, and never calls out to docker. The only references I could find to docker in this repo are in the docs.
In this documentation page, https://riscof.readthedocs.io/en/latest/installation.html#install-plugin-models, there is an option to install the SAIL emulator as a docker image. After installing the docker image, and trying to run the tests, I get this error:
It looks like the project template does not care about the docker flag in the config, and assumes that SAIL is installed locally. It never reads the
docker
orimage
parameters in the config, and never calls out to docker. The only references I could find to docker in this repo are in the docs.riscof/riscof/Templates/setup/sail_cSim/riscof_sail_cSim.py
Lines 31 to 32 in 108fa2d
riscof/riscof/Templates/setup/sail_cSim/riscof_sail_cSim.py
Lines 74 to 75 in 108fa2d
Is there actually no docker support in the built-in SAIL plugin or am I missing something?
The text was updated successfully, but these errors were encountered: