Uvm regmodel: disable auto prediction for a specific register

Hi,

the below code disable the auto update of mirrored value of all registers of an address map, I don’t find an equivalent method at register level to disable it only for a specific register of the map, is there any other workaround to do it?



  regmodel.default_map.set_auto_predict(0);



Regards,
Mohamed

In reply to Mohamed_TN:

Maybe uvm_reg_field::set_volatility is what you are looking for.