karandeep963 Posted November 18, 2013 Report Posted November 18, 2013 Hello All, I am wondering for Socket for Transceiver in TLM/SYSTEMC in which I could use it with Transmitter and Receiver running independently. To put on more light , I want to implement a communication protocol in which both transmitter and receiver works as transceiver in FULL DUPLEX mode. Please suggest me socket for that in TLM. Rgs, KS Annossyenudge 1 Quote
rajit.a Posted December 10, 2013 Report Posted December 10, 2013 Hi KS I think you have to use individual sockets for both transmitting and receiving data. There is no such socket to do both the things simultaneously. Regards Rajit Quote
mohitnegi Posted December 19, 2013 Report Posted December 19, 2013 hy KS, In refernce to section 13.2 of LRM A socket combines a port with an export. An initiator socket has a port for the forward path and an export for the backward path, while a target socket has an export for the forward path and a port for the backward path. socket which i understood is can have both forward and backward path but i am not sure whether full duplex is possible .. May be other could help ... An option i would suggest in systemC is to make a bidirectional sc_port(inout) and use it ... Note- benefits of sockets wont be there as mention in the same section ... amitk3553 1 Quote
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.