kgugala has quit [Read error: Connection reset by peer]
kgugala has joined #litex
_whitelogger has joined #litex
kgugala_ has joined #litex
kgugala has quit [Read error: Connection reset by peer]
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 256 seconds]
_whitelogger has joined #litex
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 264 seconds]
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 258 seconds]
futarisIRCcloud has joined #litex
peeps[zen] is now known as peepsalot
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
kgugala has quit [Ping timeout: 258 seconds]
kgugala has joined #litex
andrewb1999 has joined #litex
<andrewb1999>
I'm trying to use the litedram dma reader/writer and looking at the code it looks like I might need to add an up converter to support bursting. It seems like the litedram dma sends sequential addresses to the dram controller even when the CSRs are set for a long transfer. Am I understanding this correctly? Are there any examples of using the litedram dma that I can look at?
<_florent_>
andrewb1999: the DMA frontend indeed does not have explicit burst signals but the controller will automatically regroup accesses in burst when possible. I'm not sure there is an example for this in the repositories but i could add one next week.