Reply To: How to use the same AxiManager in two different processes to access AXI4 slave

Why OSVVM™? Forums OSVVM How to use the same AxiManager in two different processes to access AXI4 slave Reply To: How to use the same AxiManager in two different processes to access AXI4 slave

#2648
Jim Lewis
Member

OSVVM supports 2 processes for interrupt handling. See https://github.com/OSVVM/Documentation/blob/main/InterruptHandler_user_guide.pdf for details.

It uses 2 separate records. Control flow automatically switches to the interrupt handling process when an interrupt is pending. As described in the user guide it requires a specific interrupt handler to manage the separate streams