Uvm_confg_db

In reply to jayeshranjan:

Do normal uvm_config_db #(T)::set() the way you do for other things…there is no difference.

Only thing which you need to remember is that while getting it in a sequence , ist parameter that you will pass to the config_db::get needs to be null as “context” is expected to be uvm_component but sequence is uvm_object.