Xilinx / systemctlm-cosim-demo

QEMU libsystemctlm-soc co-simulation demos.
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/862421112/Co-simulation
Other
131 stars 47 forks source link

DEMO with AXI4 Lite and Interrupt #34

Open ayusufsirin opened 1 year ago

ayusufsirin commented 1 year ago

Hi,

I have a verilog module that have an AXI4 Lite slave interface and interrupt output. I will implement a kernel module for it to handle module's interrupts and reading its registers.

For the AXI part the demo may be helpful, but I could not find an example with interrupt.

Can you prepare a demo project that handles my case?

Thanks.