Jerome
New Contributor
6 years agoFIFO without using m9k block ?
Hi guys,
I wonder if there is a way to use a fifo without using m9k blocks ? (I precise that my fifo is just a data clk domain transfert so no need of addresses, just empty and full with data_in and out signals.)
I'm actually trying to re-route a fifo which is in m9k block but I have no more m9k blocks available...
Thanks for your help !
Regards.
Hi,
Yes you are able to implement in LAB block. You will need to use "use_eab" parameter to disable the FIFO from using memory block. Please refer to https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_fifo.pdf.