Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHow to use a custom component
Hi, My teacher asks me to write directly from NIOS in the memory of chip. The addresses of the chip are multiplexed and the ports are bidir. I have written a state machine in vhdl and creat...
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