Re: [myhdl-list] Integrating MyHDL into a more "traditional" design work flow
Brought to you by:
jandecaluwe
From: Angel E. <ezq...@gm...> - 2012-10-10 20:08:02
|
On Oct 10, 2012 10:05 PM, "Christopher Felton" <chr...@gm...> wrote: > > <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 Yes, and it is in the path (if I run ghdl from the command prompt it finds it). Angel |