Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDCFIFO turns into LIFO
Hello, I encountered a strange behaviour in one of my design in which I use a DCFIFO. The fifo is used to convert a 32 input to 8 bit output with rdclk different from wrclk. The configurat...
Altera_Forum
Honored Contributor
13 years agoAre You sure it's LIFO? If You're giving 0xAABBCCDD to the FIFO and reading 0xDD 0xCC 0xBB 0xAA on the read side, then this behavior is normal afaik.