Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Avalon Slave supporting burst

Hi to everybody!!

I am trying to develop a slave able to support burst transfers. Everithing seems to work except the fact that when the burst transfer is done via DMA, it increments the address for every cycle instead of accessing always to the same position. I want to do burst on a single memory position Is it that possible? If the answer is YES, why the DMA increment the address if I am programming it to work with peripheral? Is there any relation between the Avalon signals implemented and this funny behaviour? I just implemented the flow control signals (Datavalid and waitrequest)

Best regards and thank you in advance!!!!

Ricardo

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    That would be a property of the dma controller.

    An alternate options is to not decode the low address bits on your data fifo.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Yes, I already considered this option. However I do not like it because you have to expand the assigned memmory space.