Extend a uvm_component whose member is another inherited uvm_component class

In reply to David Peng:

You can only override a method member in a class. So you’d solve the problem by renaming the slv variable in your child class.