Hi!
If I have a sc_event_or_list, and then do a wait on it, is there some way to find out which of the memebers of the sc_event_or_list it was that released the wait?
for instance
sc_core::sc_event_or_list eventList = one_event | other_event;
wait(eventList);
How do I find the event that released the wait?
Thanks,
kirtap