Quantcast
Channel: UVM Forums RSS Feed
Viewing all articles
Browse latest Browse all 756

Notify scoreboard about memory accesses

$
0
0

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


Viewing all articles
Browse latest Browse all 756

Trending Articles