Re: [myhdl-list] can MyHDL help?
Brought to you by:
jandecaluwe
From: Tim B. <tim...@so...> - 2012-02-01 12:42:03
|
>> Python also has sockets but I can't imaging it would be easy to tell it >> to send and receive packet to the myhdl test bench would it?... > > Well that's the point of MyHDL - it is easy. Just mix the socket > functions with the rest of the testbench code. > really? I wouldn't say easy - from googling around it, I think it would involve creating a pseudo Ethernet device and binding the socket to that device. The testbench would read and write Ethernet frames from/to that device. a little beyond my python/unix skills at the moment. > For co-simulation, I don't think there's support for any VHDL simulator > today (not even GHDL), is there? Shame... |