Looking for common code for async signal/bus agent

Hey VA,

Are you familiar by chance with some common code (Github, UVM_FRAMEWORK, EDA-playground) for an asynchronous signal/bus agent?
Usage examples:

  1. Detection of interrupt signals.
  2. Detection of pipe-monitor signal.

Thanks,
Michael

In reply to Michael54:

You should be able to search for this. here is one result.

In reply to dave_59:

Thanks for the replay,

But it is not exactly what I am looking for.
The link you added talks about sequences, and I am looking for a way how to monitor/detect the interrupt or some other single signals being raised by design on it’s outputs, on the pin-level and pass it to me verification env.
Whether it is a pulse or set to 1 for many cycles, or it is a bus.