XMRE in UVM 1.1

In reply to alokchandarhs:

In your last set() call, you are trying to reference an interface in ‘tb_top’. As the error explains, it is illegal to refer to anything outside of the scope of the package.

The UVM Cookbook article on using the UVM Configuration Database demonstrates how to pass an interface from the testbench to the top-level test.