Jump to content

Connect SystemC to Linux Ethernet Socket


Mathieu

Recommended Posts

Hi,

I need to make a connection between my SystemC design and an Ethernet socket (on Linux).

It seems possible as described in this project : https://github.com/dcblack/technology_demonstrator
from David Black which "ties a zedboard design to a SystemC ESL design".
Unfortunately some files are missing in the previous repo (linked to a dropbox folder).

Does anybody know how to do it ?
David, I would really appreciate some help :)

Thanks,
Mathieu

Link to comment
Share on other sites

Thank you,
I needed a UDP socket but I succeeded making an interface based on boost::thread and boost::mutex as described in the TCP serial model.
It seems that it's not very fast, but it's much better and good enough for my needs.

Regards,
Mathieu

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...