Skip to content

Console Output

+ python3 -m venv tmp_venv
+ bash -c source tmp_venv/bin/activate
+ echo

+ which python3
/usr/bin/python3
+ tmp_venv/bin/pip install cocotb
Collecting cocotb
  Using cached cocotb-2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB)
Collecting find_libpython
  Using cached find_libpython-0.5.1-py3-none-any.whl (9.2 kB)
Installing collected packages: find_libpython, cocotb
Successfully installed cocotb-2.0.1 find_libpython-0.5.1
+ tmp_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
make: *** No rule to make target 'clean'.  Stop.
make: cocotb-config: No such file or directory
/eda/processor_ci_utils/cores_utils/tinyriscv/tinyriscv.mk:24: /Makefile.sim: No such file or directory
make: *** No rule to make target '/Makefile.sim'.  Stop.