UVM_configuration_database

Hi all,

i have question regarding the configuring the database in the UVM,

  1. is it possible to change the name of the uvm_config_db as my_config_object_db…?
    example: uvm_config_db #(type t)::set(null, “",“field_name”,value); to
    my_config_object_db #(type t)::set(null, "
    ”, “field_name”, value);
    please see the example which i want to try and if i used the above syntax(my_config_object_db#(type t)) is there will be any error.?

In reply to kowndinya:

I’m not exactly sure what you’re asking. You can’t change the name when referring any identifier without changing the name where it is declared. Please see this link and then try it yourself. If you have further questions, come back here and show us what you tried.