Forum Discussion
Altera_Forum
Honored Contributor
18 years agoUnfortunately this option is only for slave ports. I've been looking a bit deeper into the simulation and found that the burst component breaks up the burst into single reads to the DDR SDRAM Controller. This way every access is hit with the full latency.
Interestingly this only happens for the read burst. The write burst is ok. Maybe I have to write a component that operates directly on the local interface and interfaces to the Avalon-Bus. And give up on Master DMA reads. This is a bit disappointing.. Cheers, Alex