Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI mean you must synchronize your input data with the write signal, otherwise you'll occasionally store invalid data into the fifo. Infact, if input data changes asynchronously, the write signal could latch some bits of the previous state and some bits of the new one, thus leading to corrupted data.