In reply to raja.kuraku:
Driver should be
virtual my_interface.drv_modport m_if_h
if(!uvm_config_db#(virtual my_interface)::get(this,"","vif",m_if_h))
`uvm_fatal("FATAL","You cannot get from Config_db Have you set Properly()?")
In reply to raja.kuraku:
Driver should be
virtual my_interface.drv_modport m_if_h
if(!uvm_config_db#(virtual my_interface)::get(this,"","vif",m_if_h))
`uvm_fatal("FATAL","You cannot get from Config_db Have you set Properly()?")