Jump to content

Tagging multi pass through initiators


Recommended Posts

I have a multipass through target with nb_btransport_fw registered. 

init1 (target)

init2 (target)

Something like this 

target.register_nb_transport_fw(   this, &top::nb_transport_fw);
tlm::tlm_sync_enum nb_transport_fw(int id, tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_time& delay){
	}

does the id parameter identify the incoming initiators or is it the id of the target socket which means this is stuck at 0?

Link to comment
Share on other sites

  • 3 weeks later...

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