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
  Downloading cocotb-2.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 6.8 MB/s eta 0:00:00
Collecting find_libpython
  Using cached find_libpython-0.5.1-py3-none-any.whl (9.2 kB)
Collecting pytest>=6
  Downloading pytest-9.1.1-py3-none-any.whl (386 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.5/386.5 kB 8.9 MB/s eta 0:00:00
Collecting iniconfig>=1.0.1
  Downloading iniconfig-2.3.0-py3-none-any.whl (7.5 kB)
Collecting packaging>=22
  Downloading packaging-26.3-py3-none-any.whl (129 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.0/130.0 kB 3.0 MB/s eta 0:00:00
Collecting pluggy<2,>=1.5
  Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
Collecting pygments>=2.7.2
  Downloading pygments-2.21.0-py3-none-any.whl (1.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 20.7 MB/s eta 0:00:00
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.