Forum Discussion
Altera_Forum
Honored Contributor
13 years agohow to achieve the communication between niosII system and FPGA module
I builded a niosII system use the SOPC builder,and now I need to communicates with a FPGA module through the niosII system,How do I achieve it? I have search some Informati...
Altera_Forum
Honored Contributor
13 years agoWhat about using DMA, that writes data from your module to shared single port RAM later accessed by Nios II? You must write some kind Avalon MM adapter to access your component from Nios II in every case.