Failed to get variable value from the uvm_config_db

In reply to stole_994:

The names of your agents don’t match your hierarchical names, which is why your config_db calls don’t match. The path in the config_db::set() is “m_agent[0].m_drv”. The name is “m_agent_0.m_drv”. You need to make them match.