Forum Discussion
Altera_Forum
Honored Contributor
11 years agoreaddata address for avalon slave interface
HI All, I had connected my own created component to the avalon switch fabric using avalon slave interface. The base address for the component was 0x5040. I wish to read out the data given o...
Altera_Forum
Honored Contributor
11 years agoThe Nios II application executes *on* the Nios II processor (i.e. Nios is the host). That IO macro is part of the board support package so that your Nios II software can access memory locations in the system.
Are you using Nios II or something else to access the slave, I assumed you are using Nios II since this post is in the Nios section of the Altera forum. If you wanted to access the slave without Nios II you would need some other mastering component to issue the reads and writes. For example you could connect the slave to the JTAG to Avalon bridge and access your slave over JTAG using system console.