In reply to Mohamed_TN:
I was facing same error with struct/user defined types. As a workaround, I wrapped up the struct variable in an extended uvm_object class and used that class in uvm_event.
In reply to Mohamed_TN:
I was facing same error with struct/user defined types. As a workaround, I wrapped up the struct variable in an extended uvm_object class and used that class in uvm_event.