Re: [myhdl-list] pypy test_all.py
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2011-08-24 13:17:17
|
>> $ pypy --version >> Python 2.7.1 (?, Aug 19 2011, 23:16:54) >> [PyPy 1.6.0 with GCC 4.6.1] >> >> $ pypy ./test_all.py >> ... Delete many lines ending in 'ok' ... >> ---------------------------------------------------------------------- >> Ran 285 tests in 50.190s >> >> OK >> >> Yay! >> >> -BobC Thanks for the update! D'oh pypy is slightly slower on test_all.py. I ran one of my projects and it was slightly faster with the pypy 1.6 release versus the 1.5 release. It looks like full MyHDL support in pypy 1.6, *pypy* is pretty damn cool. Regards, Chris |