-
Notifications
You must be signed in to change notification settings - Fork 102
Description
Hi I've just upgraded to the current nightly (oss-cad-suite-linux-x64-20250428). I'm experiencing an issue with running cocotb against known working testbenches and receiving the error:
/usr/bin/python: Error while finding module specification for 'cocotb_tools.config' (ModuleNotFoundError: No module named 'cocotb_tools') /opt/shared-installs/oss-cad-suite/lib/python3.11/site-packages/cocotb-2.0.0.dev0+0b479782-py3.11-linux-x64.egg/cocotb_tools/makefiles/Makefile.sim:85: *** Couldn't find makefile for simulator: "icarus"! Available simulators: . Stop. (
When using a local install of cocotb from pip I don't get this error (I have a different issue there due to the local verilator version having a known incompatibility with cocotb cocotb/cocotb#4074 (comment)). The local version does work with icarus and verilator without fst enabled, so I know the testbench works.
I have also tried the cocotb example compatible with 2.0, which yields the same error as above. Is this potentially an issue due to using the dev branch as mentioned in: #111 ?