Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ754
Page ↗
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

Answer choices (4)