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
Compiling Verilator for each CI run is very inefficient, because it takes around 15 Mins. It would be nice to have a docker container that contains all the necessary software (Verilator, iverilog, cocotb) for running the tests. I did not find such a container, so it probably has to be created.
The text was updated successfully, but these errors were encountered:
yes, we need a docker container that contains verilator, iverilog and all the python packages that are used (py3gpp, cocotb, cocotb-test, etc...). It would speed up the CI runs a lot.
Compiling Verilator for each CI run is very inefficient, because it takes around 15 Mins. It would be nice to have a docker container that contains all the necessary software (Verilator, iverilog, cocotb) for running the tests. I did not find such a container, so it probably has to be created.
The text was updated successfully, but these errors were encountered: