DeVIL
Results
1
comments of
DeVIL
I've solved the problem. The problem was caused by cocotb not recognising the conda virtual environment. `cocotb/share/makefiles/Makefile.inc` ```diff - IS_VENV=$(shell $(shell cocotb-config --python-bin) -c 'import sys; print(sys.prefix != sys.base_prefix)') +...