Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNeed help to read and write On-Chip Memory Mapped FIFO
Hello, Currently I am working on DE2-115 Dev kit. I am using on chip memory mapped FIFO to write data into encoder and read data from the encoder. How to know the write address and read addres...
Altera_Forum
Honored Contributor
14 years agoThanks for the replay..
Now I have bypassed the encoder and FIFO_0 directly connected to FIFO_1. I can write the data into FIFO_0 and read the data from the FIFO_1 successfully. Only Encoder is the problem. settings: FIFO_0 : input => AVALONMM WRITE output => AVALONST SOURCE FIFO_1: input => AVALONST SINK output => AVALONMM READ Which are the signals are necessary to read from the FIFO_0 and write to FIFO_1. Regards, altera1085