Re: [myhdl-list] Is it time for 0.9 release?
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-02-14 13:43:57
|
> > When I tested 0.8.1 with no modifications I had a > ShadowSignal failure: > > >> py.test GHDL.py test_*.py > <snip> > test_ShadowSignal.py .F.. > test_ternary.py F. > That was incomplete, wanted 0.8.1 to be the baseline. This is the results for testing the latest 0.9-dev on my system: >> py.test GHDL.py test_*.py test_interfaces3.py ..FF test_ShadowSignal.py .F.. test_ternary.py F. >> py.test vcom.py test_*.py test_interfaces3.py ..FF test_ternary.py F. >> py.test Icarus.py test_*.py test_interfaces3.py ..FF Regards, Chris |