Re: [myhdl-list] It's a beautiful day (somewhat long response)
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2011-06-09 16:24:10
|
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 -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Python as a HDL: http://www.myhdl.org VHDL development, the modern way: http://www.sigasi.com Analog design automation: http://www.mephisto-da.com World-class digital design: http://www.easics.com |