Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWhy is my software not producing the correct Avalon write?
I have my nios connected to an Avalon memory mapped bridge that will allow me to communicate with an external RTL component. All I am trying to do is read and write to a register in the RTL component...
Altera_Forum
Honored Contributor
11 years agoHi,
Are you sure the address is correct ? The bridge changes the address, you need to add the bridge's address with the Avalon-MM slave component, to get the final address. Did you use signal tap to see if the bus transaction is correct ?