Mathieu Posted July 17, 2017 Report Share Posted July 17, 2017 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 Quote Link to comment Share on other sites More sharing options...
Roman Popov Posted July 17, 2017 Report Share Posted July 17, 2017 Here is an example of connecting serial port model to TCP socket: https://git.greensocs.com/models/tcp_serial maehne 1 Quote Link to comment Share on other sites More sharing options...
Mathieu Posted July 19, 2017 Author Report Share Posted July 19, 2017 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.