ASuba
New Contributor
6 years agoUsing DCFIFO from Quartus IP in Qsys with avalon mm at write side
Hi all
Hi Iam workign with Cyclone v FPGA.
I am using DCFIFO from Quartus IP mapped to avalon mm interface where write side of FIFO is connected to avalon mm and read side is to the custom IP in QSYS system. I need a condition such that once FIFO is full with continuose writes, the avalon mm should wait until the FIFO is read from custom IP side (ie FIFO wrfull is deasserted )such that data write happens after that. How can I acheive this ? How to manipulate Avalon mm bus writes ?