In reply to abdelaali_21:
If you want to access all the registers in register map, use uvm_reg_bit_bash_seq, for single register access use uvm_reg_single_bit_bash_seq.
- uvm_reg_single_bit_bash_seq - Verify the implementation of a single register
- uvm_reg_bit_bash_seq - Verify the implementation of all registers in a block by
executing the uvm_reg_single_bit_bash_seq sequence on it.