Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ573
Page ↗
Q573DVASIC interview problem

Timing between start_item and finish_item

TechniquesUVMSequence arbitration and exclusivity
DifficultyEasy
TopicUVM Components
LanguageSystemVerilog
Format4 choices
01

Problem

What is the main problem with this sequence body?

Starting declarationSystemVerilog
start_item(req);
assert(req.randomize());
#100ns;
finish_item(req);
02

Answer choices (4)