Re: [myhdl-list] Integrating MyHDL into a more "traditional" design work flow
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-10-10 20:05:12
|
<snip> > > I was able to run the VHDL conversion tests, but I got 5 passes and 40 > failures _without_ my patches. With my patches I get the same result. > This is the output of running py.test on the > myhdl\test\conversion\toVHDL folder: > > $ /c/Python27/Scripts/py.test > ============================= test session starts ============================== > platform win32 -- Python 2.7.2 -- pytest-2.2.4 > collecting ... collected 45 items > > test_custom.py FFFF.. > test_enum.py F > test_loops.py . > test_newcustom.py FFFF.. > test_ops.py FFFFFFFFFFFFFF > test_signed.py FFFFFFFFFFFFFFFFF > > =================================== FAILURES =================================== I haven't run the VHDL conversion tests on WIN32. Do you have GHDL installed? .chris |