简体   繁体   English

如何为 myHDL 安装协同仿真支持

[英]How to install co-simulation support for myHDL

I am trying to setup myHDL with Python2 on Windows 10 in order to work with VHDL/Verilog testbenches using Python for the source code.我正在尝试在 Windows 10 上使用 Python2 设置 myHDL,以便使用 Python 作为源代码使用 VHDL/Verilog 测试平台。 The corresponding instructions can be found here .可以在此处找到相应的说明。

I have successfully installed python, pip and then myHDL on my system.我已经在我的系统上成功安装了 python、pip 和 myHDL。 Now to setup co-simulation, I can't make sense of the instructions given:现在要设置协同仿真,我无法理解给出的说明:

Co-simulation requires an additional installation step.协同仿真需要一个额外的安装步骤。

To install co-simulation support:要安装协同仿真支持:

Go to the directory co-simulation/ for your target platform and following the instructions in the README.txt file.转到目标平台的 co-simulation/ 目录,并按照 README.txt 文件中的说明进行操作。

Which directory is being referred to here?这里指的是哪个目录? I can't find a co-simulation directory after installing myHDL in my C:/Python27 directory/sub-directories.在我的C:/Python27目录/子目录中安装 myHDL 后,我找不到协同仿真目录。

The FAQ section addresses this issue by suggesting the use of Cygwin. FAQ部分通过建议使用 Cygwin 来解决这个问题。 Can someone suggest how to implement this or if there is an alternative method that I can work with?有人可以建议如何实现这一点,或者是否有我可以使用的替代方法?

协同仿真目录位于〜/ .local / share / myhdl目录中。

For my Cygwin installation, it was here:对于我的 Cygwin 安装,它在这里:

/usr/share/myhdl/cosimulation /usr/share/myhdl/cosimulation

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM