DescriptionQ670
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.triggered02
