Intel FIFO behave differently for M20K and MLAB memory configuration
Hi there,
I am building a project that uses DCFIFO. The write clock comes from PCIe with 125MHz and the read clock comes from PLL with 180MHz. The problem is when I am configuring the FIFO with M20K memory type, the very first data is unstable, meaning sometimes it gives the output of the second data and sometimes it gives the right output. The simulation is correct but the data in the physical board Stratix 10 is wrong. I used signal tap to go down to the writing and reading pointer of the FIFO and also the writing and reading data. The writing data is right but the reading data give the wrong result. However this doesn't happen why I instead use the MLAB memory to configure it.
For the timing constraint, I selected the "Generate SDC file and disable embedded timing constraint" to let the tool generate it automatically.
Can someone help? Thank you so much!