In reply to designer007:
Your interface is not parametrized so you can no longer create instance specific parameter overrides. You would just do
uvm_config_db(virtual intf_AB)::set(null,"uvm_test_top.*","vif",intf_AB);
In reply to designer007:
Your interface is not parametrized so you can no longer create instance specific parameter overrides. You would just do
uvm_config_db(virtual intf_AB)::set(null,"uvm_test_top.*","vif",intf_AB);