Different RESET Type on UVM register model

In reply to UVM_LOVE:

The register reset is defined on register maps and registers.
You can execute get_regsiters and store all registers in a queue. Then you can run a loop to reset the single registers with the exception of the excluded registers.