Forum Discussion
ASuba
New Contributor
7 years agoInterfacing DCFIFO_MIXED_WIDTHS FIFO function with AVALON-MMinterface
Hello I would like to know the possibility to Interface AVALON -MM Interface with DCFIFO_MIXED_WIDTHS FIFO. Would it be possible to send the data and Control Signals via AVALON-MM for DCFIFO_MI...
GuaBin_N_Intel
Contributor
7 years agoYes, you could do that by instantiating DCFIFO from IP catalog https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_fifo.pdf and wrapping it with avalon-mm interface. You can reference to the HDL generation from the avalon-mm FIFO on how to check the status and control of IP through register mapping.