I have a PL block made in Vivado HLS that is going to return milions of floats to the DDR via an AXI DMA block, and those results are then going to be read by the PS from the memory.
Problem is that I can't find a way to read/write floating point numbers to the DDR since in Xilinx SDK the only functions are based or integers (i.e. Xil_Out32(..),Xil_In16(..),etc)
How do I do this?