If you look at the uvm_config_db set/get declarations, you see that all arguments are passed by value.
It’s rare that any function needs to pass-by-reference.
If you look at the uvm_config_db set/get declarations, you see that all arguments are passed by value.
It’s rare that any function needs to pass-by-reference.