Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAvalon-MM Master Read/Write Template
Hi, I'm using Altera's Avalon-MM Master Read/Write template. The problem is, that the adress will not increment automatically. For testing I wrote known data in the memory and verified the...
Altera_Forum
Honored Contributor
15 years agoThe address isn't incrementing because you are telling the master to move 4 bytes of data (one transfer and it's done). Typically you tell the master to move multiple words of data in sequential memory locations.