Posted by UVM_LOVE on Jul 7, 2019
UVM #uvm Package Hi All, When I use the virtual interface for each class, I declared multiple time like as the below. it seems very inconvenience. Is there any way just one time declare virtual my_interface vintf; and uvm_config_db # (virtual my_interface ...
Question