I've been using the register model I created and having now added more tests to a single file, I noticed I'm getting warnings that more than one uvm_reg_block have been instanced with the same name.
Am I supposed to be cleaning up each test somehow? Is there a particular helper method I should call?
Cheers.