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:
- Poll the DUT with status inquiries, hogging sim time.
- Poll backdoor accesses to the bit in question.
- Wait on event indicating that it is available. (best)
I’ll bind in a gpio bus and create a generic-as-possible utility agent.