In reply to dave_59:
In reply to priyansh.ag:
The UVM’s bit bash sequence is not smart enough to deal with that. You’ll have to roll your own.
Is uvm bit bash sequence smart enough to handle only read-write access registers only. As am observing that for read only registers , it writing to them and then test are failing with UVM_NOT_OK response.
Anyone face this issue?