when i run simple_dff cocotb example:
make SIM=ghdl TOPLEVEL_LANG=vhdl
i got following error:
loading VPI module 'C:/users/tomek/miniconda3/lib/site-packages/cocotb/libs/libcocotbvpi_ghdl.dll'
%1 is not Valid Win32 Application.
C:\eda\ghdl\bin\ghdl.exe:error: cannot load VPI module
my setup:
- Windows 10 64-bit
- GHDL 0.37 (v0.37) [Dunoon edition] Compiled with GNAT Version: 9.1.0
- Python 3.7.7 [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
- conda 4.8.3
- cocotb '1.4.0'
i guess something is wrong with 64 vs 32 bit libs...
Any help is welcome