Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- If you write the data you obtain while running the program in the on-chip memory (using IOWR(_32DIRECT) and IORD(_32DIRECT)) macros. You can simply use 2 DMA controllers to copy the data from the on-chip memory to the 2 different memories. --- Quote End --- One clarification.... the data is to be pre-defined by the programmer. So, I should configure the on-chip memory as the master read port for the DMA and the target memory as the master write. Right? As the same data also has to be written to another memory, so can I define the second memory as the slave write? Thanks for your time