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-1.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB)
Collecting find-libpython
  Using cached find_libpython-0.4.1-py3-none-any.whl (8.8 kB)
Installing collected packages: find-libpython, cocotb
Successfully installed cocotb-1.9.2 find-libpython-0.4.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.