Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ752
Page ↗
Q752DVASIC interview problem

Config_db type matching

TechniquesUVMConfiguration scoping and precedence
DifficultyEasy
TopicUVM Components
LanguageSystemVerilog
Format4 choices
01

Problem

A test sets uvm_config_db#(int)::set(..., "timeout", 100), while the consumer calls uvm_config_db#(time)::get for the same scope and field. What is the expected result?

02

Answer choices (4)