DescriptionQ638
Q638DVASIC interview problem
Configuration object ownership
TechniquesUVMIntegration and end-of-test
DifficultyMedium
TopicUVM Components
LanguageSystemVerilog
Format4 choices
01
Problem
A test puts the same mutable agent_cfg handle into config_db for agents a0 and a1. Each agent writes its own index into cfg.index during build. Later both report index=1. What is the architectural error?
02
