Visible to Intel only — GUID: ntc1679963874359
Ixiasoft
1. About the Parameterizable Macros for Intel FPGAs User Guide
2. List of Parameterizable Macros for Intel FPGAs
3. Inserting HDL Code from Parameterizable Macros Template
4. Dual-Port Random Access Memory (RAM)
5. FIFO
6. Document Revision History for the Parameterizable Macros for Intel FPGAs User Guide
Visible to Intel only — GUID: ntc1679963874359
Ixiasoft
5.2. Synchronous FIFO (sync_fifo/SYNC_FIFO)
The synchronous FIFO (sync_fifo/SYNC_FIFO) acts as a temporary memory where you can write data and read it back later. The FIFO is “First-in First-out”, words written first in the FIFO are read back first. For sync_fifo/SYNC_FIFO, the read and write signals are synchronized to the same clock. Memory used in sync_fifo/SYNC_FIFO is simple dual port RAM.
Figure 5. Synchronous FIFO Block Diagram