Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou need to write into memory the Nios can read, obvious options:
1) Add an Avalon master interface to your vhdl component and write directly to any Avalon slave. 2) Add an Avalon slave interface and use DMA (or direct access from the nios cpu). 3) Dual port an internal memory block between your vhdl and the nios cpu.