Forum Discussion
Altera_Forum
Honored Contributor
20 years agoVerilog DMA Controller
Hey there, I'm trying to create a state machine that will properly control a DMA which reads from SDRAM and writes into on-chip memory. The transfer width is 32-bit word only, and the ...
Altera_Forum
Honored Contributor
20 years agoYou got it. There are two address mapping schem on avalon bus. Peripheral use "native" addressing that are 32bit word aligned, so the port offset address are 0, 4, 8 etc. The other is "memory" addressing, for 8 bits, 16 bits, 32 bits etc.