当我运行simple_dff cocotb示例时:
make SIM=ghdl TOPLEVEL_LANG=vhdl我发现了以下错误:
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我的设置:
>H 111cocotb‘1.4.0’H 212G 213/code>
我想64对32位的人有点问题.
欢迎任何帮助。
发布于 2020-07-15 08:57:49
试着遵循以下说明:https://github.com/cocotb/cocotb/wiki/Tier-2-Setup-Instructions#32-bit-python和https://docs.cocotb.org/en/stable/install.html#installation-of-prerequisites
上一次我检查了GHDL是否有问题要在Windows上运行(可能与cocotb无关)参见:https://github.com/cocotb/cocotb/pull/1644
https://stackoverflow.com/questions/62859326
复制相似问题