Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWhat exactly is your requirement?
If your requirement is that you must read a 128-bit data word in one clock cycle then you are going to have to either use a DMA controller or write your own little hardware component to do it. If you're just trying to be efficient, using a DMA controller may not be the best solution if at the end of the day you've got to read the data using the NIOS anyway. Typically DMA is used when you need to transfer a large amount of data in as short amount of time as possible. Jake