Jump to content

Notify scoreboard about memory accesses


Recommended Posts

Hi,

 

I have a UVM reg model, with both registers and memories.

Some of them are for the DUT configuration, and some of them are “status” and are read many times during normal operation.

 

What is the correct way for a scoreboard to be aware of all these accesses?

 

My reg model uses a uvm_reg_predictor, and I originally wanted to use its analysis port.

Unfortunately, only the register accesses are reported. Memory accesses are not. I even looked in the UVM source code and looks like memories are not yet supported.

 

Should I convert the memories to pseudo-“registers”?

 

Thanks, Ofir

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