Dear Community,
I am searching a way to implement memory prediction, the same way as it is done for register using uvm_reg_predictor and uvm_reg_adopter classes. I believe the uvm_reg_predictor, until now doesn’t support memory prediction (as there is no mirror value being maintained for memories).
Is there any elegant way of implementing uvm_mem prediction?
Thanks