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.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.8 MB)
Collecting find_libpython
  Using cached find_libpython-0.5.1-py3-none-any.whl (9.2 kB)
Collecting pytest>=6
  Using cached pytest-9.1.1-py3-none-any.whl (386 kB)
Collecting iniconfig>=1.0.1
  Using cached iniconfig-2.3.0-py3-none-any.whl (7.5 kB)
Collecting packaging>=22
  Using cached packaging-26.3-py3-none-any.whl (129 kB)
Collecting pluggy<2,>=1.5
  Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
Collecting pygments>=2.7.2
  Using cached pygments-2.21.0-py3-none-any.whl (1.3 MB)
Installing collected packages: pygments, pluggy, packaging, iniconfig, find_libpython, pytest, cocotb
Successfully installed cocotb-2.1.0 find_libpython-0.5.1 iniconfig-2.3.0 packaging-26.3 pluggy-1.6.0 pygments-2.21.0 pytest-9.1.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.