Forum Discussion
aamodini
New Contributor
2 years agoRead data from Avalon-MM FIFO
I am writing data into an Avalon-MM FIFO using Nios. Is it possible to read data from this FIFO inside the FPGA fabric using Verilog?
sstrell
Super Contributor
2 years agoI think you meant to read from the output side. See the user guide for details:
https://www.intel.com/content/www/us/en/docs/programmable/683130/24-1/software-control.html
https://www.intel.com/content/www/us/en/docs/programmable/683130/24-1/software-example.html
aamodini
New Contributor
2 years agoI want to read and store data on the FPGA fabric - hardware side. Is it possible to do so?