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 agoI forgot to mention that the depth of the fifo is 4096 words( 16kB ). The maximum length of my messages is 1500 bytes, the clocks are 50MHz for writing and 25 MHz for reading, 1200 packets per second with some delays between) so I don't have an overflow.