Uvm configuration

In reply to arasupotri.natarajan90:

Hi,

Yes,It is possible.
In that case you need to use testbench hierarchy path to set configuration object.
i.e top.env.config = env_config_obj.
top.env.agent.config= agent_config_obj.

Above approach is valid but not recommended as it limits the reusability of testbench code.