In reply to dave_59:
yes @deve_59 the above thing you have mentioned is correct for verilog event(which is said to be non persistence),
But i want to check with system verilog events(which are persistence) i.e they are active throughout the simulation once event is triggered.
(please correct me if i am wrong)
so i want to use wait(e.triggered()) (i.e sv event triggering style and want to see the difference between verilog and sv events