Passing data DMA to custom sysgen IP and writing custom sysgen IP out using DMA

I am working with RF SoC zcu 111 gen 01 board.
My ultimate goal is first read using AXI DMA in order to pass my SYSGEN custom IP, then Custom IP is going to pass that to data converter.

I faced question to pass data to custom sysgen IP. I used AXI DMA and AXI4-stream DATA fifo 2.0. Using one axi DMA I pass data to FIFO and write out put of FIFO. It is working.

then I replace fifo using simple IP, it has slave axi interface and master axi interface. but when I tried to pass data through sysgen IP using pynq it does not happen

please could you help me to solve this.
sysgen design



Hi,

Is there an error displayed?
Why is there “View 8 warnings” in the sysgen design screenshot?


*
as I understood there is no issue. but should I change any thing related to IP

Those are axi interfaces.
then as I got it it is not issue. I am wrong?