Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ670
Page ↗
Q670DVASIC interview problem

Event persistence within a time slot

TechniquesSystemVerilogSynchronization details
DifficultyMedium
TopicVerification Utilities
LanguageSystemVerilog
Format4 choices
01

Problem

Why can wait(e.triggered) be safer than @e for synchronization among processes active in the same time slot?

Starting declarationSystemVerilog
event e;
// one process triggers e; another tests e.triggered
02

Answer choices (4)