Skip to content

Console Output

+ echo ====================== Showing directory ===========================
====================== Showing directory ===========================
+ pwd
/var/jenkins_home/workspace/tinyriscv/tinyriscv
+ ls
fpga
LICENSE
pic
README.md
rtl
sim
simulation.out
tb
tests
tools
+ echo === Running regfile_finder.py ===
=== Running regfile_finder.py ===
+ bash -c source /eda/processor_ci_verification/venv/bin/activate
+ echo

+ which python3
/usr/bin/python3
+ /eda/processor_ci_verification/venv/bin/python3 /eda/processor_ci_verification/regfile_finder.py -m /eda/processor_ci_utils/cores_utils/tinyriscv/tinyriscv.mk -o /eda/processor_ci_verification/output
Traceback (most recent call last):
  File "/eda/processor_ci_verification/regfile_finder.py", line 9, in <module>
    import cocotb
ModuleNotFoundError: No module named 'cocotb'