Returns TRUE if the current access policy of the field, when written and read through the specified addressmap, is a built-in access policy. set_volatility virtual function void set_volatility(bitvolatile) Modify the volatility of the field to the specified one. ...
other things virtual task post_read(uvm_reg_item rw); begin bit [31:0] rstcfg; this.regmodel.REGBLOCK.RSTCFG.predict(32'h0003); rstcfg = this.regmodel.REGBLOCK.RSTCFG.get_mirrored_value(); $display("after prediction values are rst %h ",rstcfg); end endtask // ... other th...