openlane2
openlane2 copied to clipboard
cocotb
Description
It looks like cocotb is not installed by default. I am using the nix-based installation and get make: cocotb-config: Command not found when trying to run some cocotb tests (from Matt's zero2ASIC course). It does not allow me to add cocotb with pip install.
Proposal
Add cocotb to the installation.
We can look into it as an alternative devShell, but cocotb doesn't jell that well with Nix because of all the VPI dynamic linking involved.