Hi,
Yes, I know how they are killing it, but I cannot access those variables as they are neither being stored in the config_db or are being exported. But, even if the sim is getting killed, why is the report_phase not being executed.
Instead, I tried one experiment, where I'm trying to store my counters in config_db in the run_phase & in some other monitor I'm trying to get them so that I can print it.
Setting in my monitor as : uvm_config_db#(int)::set(this, "counter", counter);
Trying to get the counter in another monitor's run_phase as : uvm_config_db#(int)::get(uvm_