Re: [myhdl-list] It's a beautiful day (somewhat long response)
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2011-06-09 19:41:39
|
On 06/09/2011 06:38 PM, Angel Ezquerra wrote: > On Thursday, June 9, 2011, Jan Decaluwe<ja...@ja...> wrote: >> On 06/09/2011 05:30 PM, Angel Ezquerra wrote: >> >>> Jan, any idea why calling traceSignals would fail? >> >> Actually yes, for the same reason why conversion doesn't >> work with PyPy 1.5. The hierarchy extractor reuses the >> Python profiler, and there is a bug in PyPy with it. I had found >> that while trying conversion, and reported it. It's >> fixed in PyPy development. I will add this info to the >> page on myhdl.org. >> >> I see our experiments as a preparation for PyPy 1.5.1 >> when hopefully everything will work (don't know about numpy) >> with perhaps some additional speed boost. >> >> Also, now that it was worth the trouble, I have rewritten >> some parts of the Signal handling considerably in 0.8-dev, >> with a significant speed boost (independent of PyPy) for some >> simulation. Also worth trying out. >> >> Jan > > Cool! > > Does that mean that with ploy 1.5.1 both tracesignals and conversion will work? My working hypothesis is that with PyPy 1.5.1, MyHDL will work exactly as with cPython. Jan |