I’m able to generate a bitstream using the same block design (updated ip), but when I run it on RFSoC4x2, it generates the error “DMA channel not started” on the dma.recv_channel() command. The exact same code works on PYNQ Z2 board. Can someone give me ideas for potential issues?
Hello, I was able to narrow down the issue. It is because I was using the axis library incorrectly and float operations were not working properly. I found the correct usage of axis library here: https://pp4fpgas.readthedocs.io/en/latest/axidma2.html