Jump to content

Socket for Transceiver


Recommended Posts

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 

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...

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 ...

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...