Configuring a variable without uvm_config_db::get

In reply to dharamvir:

I’m not sure what will happen, as it is HIGHLY recommended to NOT USE the field macros, and therefore I have never tried.

My assumption is that if nothing has been set() in the config_db for the specified variable, then the get() will silently fail. The implicit assigning of values by the macro does nothing to prevent you from calling get() when you need to.