Re: [myhdl-list] High-level thinking: Using Python for rapid verification
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2014-08-01 12:22:51
|
On 7/31/2014 1:41 PM, Martin Strubel wrote: > Hi, > > I'm using GHDL and some extensions ("ghdlex") to interface MyHDL logic > with existing VHDL designs through netpp/python. Basically, a VirtualBus > entity of Virtual FIFO speaks through external programs (like a python > appplication) through network sockets. > > There's sparse info on the web, maybe you could use this one as entry > point for inspiration: > > https://mail.gna.org/public/ghdl-discuss/2014-04/msg00012.html > > Greetings, > > - Martin > This is interesting, we don't have a good solution to cosim with GHDL. At one point we investigated the limited VHPI support but didn't get too far. But the normal road blocks, time and motivation :) Regards, Chris |