[myhdl-list] myhdl on windows platform?
Brought to you by:
jandecaluwe
From: Chun L. Z. <chu...@ho...> - 2004-12-14 15:26:08
|
Hi, all, I tried to use myhdl to co-simulate with verilog on windows platform = today. I got the following error messages. Traceback (most recent call last): File = "C:\Python23\lib\site-packages\Pythonwin\pywin\framework\scriptutils.py",= line 310, in RunScript exec codeObject in __main__.__dict__ File "D:\proj\myhdl-0.4\cosimulation\mti\test\test.py", line 17, in ? def stimulus(a, b): File "C:\Python23\Lib\site-packages\myhdl\_Cosimulation.py", line 71, = in __init__ child_pid =3D self._child_pid =3D os.fork() AttributeError: 'module' object has no attribute 'fork' I queried the library reference of python, it DO mentioned that os.fork = is only available in UNIX. So I guess MyHDL doesn't have the ability to co-sim with Verilog on = windows currently. However, do you have any plan to support this on = windows recently? Thank you very much. -ChunLin |