In reply to mitesh.patel:
I am doing a write to some register like
reg_i.write(.status(status),.value(32’h0000_00FF),.path(UVM_FRONTDOOR),.parent(this));
I am using reg adapter for this write to a read only register.
In reply to mitesh.patel:
I am doing a write to some register like
reg_i.write(.status(status),.value(32’h0000_00FF),.path(UVM_FRONTDOOR),.parent(this));
I am using reg adapter for this write to a read only register.