Posted by Pavan Acharya G on Aug 10, 2020
UVM #uvm uvm uvm_config_db Hi, Can the cfg be set in the lower hierarchy and get at hierarchy? For ex: //check_env.sv (build phase) uvm_config_db#(cfg_check)::set(uvm_root::get(), "*", "cfg_h", cfg_h); //check_test.sv (build phase) uvm ...
Question