Jump to content

Multi ports and tagged sockets


amitk3553

Recommended Posts

In multi ports

 

we can bind no of initiators to single target socket

 

init_1 ----

init_2 ----    ------- target_socket 

init_3 ----

 

in tagged sockets

what i understood no of interface method calls on sockets with tagged id to indicate through which socket transaction is coming on single target socket

 

 

Means difference in multiports and tagged sockets is in tagging.

 

Like in tagged sockets we use ids to indicate the socket through which they come then  it would be possible in multiports to use multi port index to know that from which socket, transaction had come.

 

Or TAGGED SOCKETS AND MULTIPORTS ARE SAME CONCEPT

except

 

multi port index as tag in MULTIPORTS 

id                          as tag in tagged sockets 

 

 

Then What is difference in use-cases of both?

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