Consuming time in a sequence

In reply to cgales:

That helps. thanks.

I’ve got a vseq that needs to check if a buffer is available before sending a packet.
Options are:

  1. Poll the DUT with status inquiries, hogging sim time.
  2. Poll backdoor accesses to the bit in question.
  3. Wait on event indicating that it is available. (best)

I’ll bind in a gpio bus and create a generic-as-possible utility agent.