Does uvm_config_db pass by value or pass by reference?

Does uvm_config_db pass by value or 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.

1 Like