Uvm_config_db get doesn't get the expected value

In reply to saritr:

Use uvm_root :: get() instead of this in 1st argument of set function.

      uvm_config_db #(int) :: set (uvm_root :: get(), "*", "mem_int_min", 5);