Forum Discussion
Altera_Forum
Honored Contributor
12 years agoData Exchange between FPGA and NIOS2
Hi Everyone, I want to implement data exchange between NIOS2 and FPGA . For exampe, transfer data form NIOS2 to FPGA with a Dual Port RAM. Is it possible to do that ? and how to make that happe...
Altera_Forum
Honored Contributor
12 years agoYes, you can use something simple like a dual port ram and use an interrupt or something when data is available. You would export the 2nd ram port in qsys out to the top level. Or, you can make custom components with avalon bus interfaces.