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
gefragt vor 7 Monaten177 Aufrufe
1 Antwort
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
beantwortet vor 7 Monaten
  • Thank you @Chen

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen