In reply to desperadorocks:
While setting the num_agt, try to replace the context “uvm_root::get()” with “this” as below.
uvm_config_db#(int)::set(this, "top_env_cfg.block_env_cfg", "num_agt", 2);
In reply to desperadorocks:
While setting the num_agt, try to replace the context “uvm_root::get()” with “this” as below.
uvm_config_db#(int)::set(this, "top_env_cfg.block_env_cfg", "num_agt", 2);