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?
ShengN_altera
Super Contributor
1 year agoHi,
Why not you just use IORD_ALTERA_AVALON_FIFO_DATA to read the fifo data. Then use IOWR_ALTERA_AVALON_PIO_DATA to write data to PIO IP. Then read pio data in the Verilog (RTL) from pio ip instantiation?
Thanks,
Regards,
Sheng