-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
Problem
The project doesn't work with cocotb v2.x due to API changes:
cocotb-config --prefixno longer exists (replaced with--lib-dir)MODULEenv var renamed toCOCOTB_TEST_MODULESPYGPI_PYTHON_BINenv var is now requiredClock()parameterunitsrenamed tounitLogicArrayvalues can't be used directly in arithmetic operations (need explicitint()conversion)
Error Messages
cocotb-config: error: unrecognized arguments: --prefix
libcocotbvpi_icarus: Unable to find a 'libcocotbvpi_icarus.vpi' module on the search path.
PYGPI_PYTHON_BIN variable not set. Can't initialize Python interpreter!
TypeError: unsupported operand type(s) for *: 'LogicArray' and 'LogicArray'
Environment
- cocotb v2.0.1
- Python 3.13
- Icarus Verilog 12.0
Fix
A fix has been submitted in PR #45
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels