Going through the slides on temporal expressions, I came across this statement:
expect @buffer_full_e => eventually @int_e @clock_e else dut_error(
“After the buffer was filled,an interrupt never occurred.”);
What is the significance of eventually
here. Specifically, the difference if eventually
was not used here?