`uvm_do_callbacks(T,CB,METHOD) , and then there is an example which I believe switches order of arguments, like this: taskmycomp::run_phase(uvm_phase phase);intcurr_addr, curr_data; ... `uvm_do_callbacks(mycb, mycomp, my_function(this, curr_addr, curr_data)) ...endtask If I...