Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ529
Page ↗
Q529DVASIC interview problem

Events

TechniquesSystemVerilogCommunication primitives
DifficultyEasy
TopicVerification Utilities
LanguageSystemVerilog
Format4 choices
01

Problem

What happens?

Starting declarationSystemVerilog
event done;
initial begin
  @done;
  $display("seen at %0t", $time);
end
initial #2 -> done;
02

Answer choices (4)