AWS F1: CL Controlling XDMA in Shell

0

Hi there,

Is there a way that CL can control the XDMA inside the Shell in the AWS F1? I have a usecase where CL needs to setup a DMA transfer from internal memory to Host.

A separate question, Is there a way CL can DMA from internal memory to DDR4 in shell?

preguntada hace 9 meses191 visualizaciones
1 Respuesta
0

Hi,

You can use the following function to do the transaction from CL to HOST.

*int fpga_dma_burst_read(int fd, uint8_t buffer, size_t xfer_sz, size_t address);

Also if you want to do DMA inside the CL, You may use AXI Multi Channel DMA IP. You can get from add IP or from IP Catalog.

Thank you

GOGUL
respondido hace 8 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas