Re: [myhdl-list] co-simulation: vpi file
Brought to you by:
jandecaluwe
From: <dan...@we...> - 2005-12-07 01:07:24
|
George Pantazopoulos wrote: > Hi, > > Right now I'm using cygwin-compiled python2.4 with cygwin-compiled icarus > 0.82. Will things improve if I use a Windows native version of python? No, the native windows version of python has no os.fork functionality, which at this time is required by _cosimulation.py. Have a look at this old post: http://article.gmane.org/gmane.comp.python.myhdl/119/match=cosimulation+cygwin Guenter |