DMA restrictions

0

Hi,

I want to write two different registers/memory parallelly using DMA. I tried using multithreading concept. But writing is not happening as expected. I mean there is a time delay. How to avoid it? and Is it possible to write both registers/memory at the same time using DMA using multithreading concept?

Thank you

GOGUL
feita há 7 meses177 visualizações
1 Resposta
0

Hi,

There many things that need to be aligned. The very basic question is how does the FPGA logic gets laid out if your design. if there is only one interface given to the DMA, or only one interface implemented for register/memory access. I don't see how simultaneous concurrent accesses can happen, without diving into the complexity of SW layer above.

Thanks,

Chen

AWS
respondido há 7 meses
  • Thank you @Chen

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas