Re: [myhdl-list] 0.5a1
Brought to you by:
jandecaluwe
From: <dan...@we...> - 2005-11-28 21:39:20
|
Jan, I was just running some test code I had under 0.5a1 and when traceSignal gets imported in __init__.py I am getting an exception. It seems to miss now _findInstanceName in _extractHierarchy.py. Here is a trace back: Traceback (most recent call last): File "./test_stability.py", line 9, in ? from myhdl import Simulation,Cosimulation,toVerilog,StopSimulation File "/usr/lib/python2.4/site-packages/myhdl/__init__.py", line 111, in ? from _traceSignals import traceSignals File "/usr/lib/python2.4/site-packages/myhdl/_traceSignals.py", line 39, in ? from myhdl._extractHierarchy import _findInstanceName, _HierExtr ImportError: cannot import name _findInstanceName I did a diff between 1.12 and 1.18 of _extractHierarchy.py and the _findInstanceName function seems to be deleted, but the _traceSignals.py file still imports it. Guenter Jan Decaluwe wrote: > Hi: > > I have just put the an alpha release for MyHDL 0.5 > on the website - 0.5a1. > > This signals that I have implemented all features and > all verification code planned for 0.5. So we are now > in bugfix mode - anyone willing to test things out > is very welcome. > > I have brought the whatsnew document up-to-date. > > I will now concentrate on the documentation, making a > full pass over the manual to prepare a release candidate. > > Regards, > > Jan > |