Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAvalon Slaves will always receive the address that is aligned to its data width. So, if you issue a write to byte address x10, it will send address x10 to a 8-bit wide slave, address x08 to a 16-bit wide slave, and address x04 to a 32-bit wide slave. If that is what you were experiencing, then it is just the way the avalon spec works.
Kevin