DescriptionQ754
Q754DVASIC interview problem
Factory paths for objects
TechniquesUVMFactory override resolution
DifficultyMedium
TopicUVM Components
LanguageSystemVerilog
Format4 choices
01
Problem
Inside agent uvm_test_top.env.a0, a non-component configuration object is created as shown. Which full instance path should an object instance override normally target?
Starting declarationSystemVerilog
cfg = base_cfg::type_id::create("cfg", this);02
