Jump to content

Implementing register burst read


Recommended Posts

I am using the extension parameter of reg read()/write() to implement burst transfers. This is relatively straight forward for writes since it is easy to get hold of the extension in adapter::reg2bus, but read is more problematic because the reg item is null for adapter::bus2reg, and thus the extension isn't available when the data arrives from the dut. Is this a bug or a feature? What would be a good workaround? I am considering a resource instead of the extension parameter. Better ideas? How do you deal with burst transfers?

 

 

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