peakRDL regblock : Support of burst transactions on Avalon-MM #317
Replies: 2 comments 1 reply
-
|
@amykyta3 Any idea ? |
Beta Was this translation helpful? Give feedback.
-
|
Generally, I have not prioritized building burst support for any of the CPUIFs since this is rarely something that is required when manipulating CSR blocks from a CPU - usually applications will use single-word transfers initiated by the CPU to manipulate registers. DMA-initiated bursts tend to be more of an edge case for peripheral register blocks. Bursts are more common for bulk accesses of DRAMs, MMUs, caches, and other interconnect infrastructure. Even so, I would certainly accept a PR that adds this as an enhancement! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using the Avalon-MM interface for regblock generation, and I'd like to know if there are any plans to support burst transactions (burstcount input) ?
Thanks !
Martin
Beta Was this translation helpful? Give feedback.
All reactions