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);
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);