Is it possible to have an AXI LITE VVC as slave?

Hello everyone,

I have an entity whose interfaces are UART and AXI LITE Master. I managed to simulate the UART interfaces TX and RX with UVVM, but I am not able to set an AXI LITE VVC as slave connected to my Master interface.

Should I be able to do that? Am I missing something?

Thanks in advance

1 Like

Hi,
Unfortunately there is no slave support for the AXI Lite VVC at the moment. We see the need for a slave VVC and plan to include this in a future release. Meanwhile we hope that someone in the community can contribute with a pull-request or provide it as a VIP in the UVVM Community VIPs repository.

Best regards,
Marius

Hi any update on this? I’d need to verify a custom implementation of an AXI-Lite master.

There is a relatively recent PR to this end, but closed and probably unfinished. Perhaps it could still be used as a basis? AXI-Lite is a very common, as you likely know yourself.