DescriptionQ752
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
