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 agoThe addresses are the _BASE constants. I'm guessing your write address is FIFO_0_IN_BASE, your write control address is FIFO_0_IN_CSR_BASE, your read address is FIFO_1_OUT_BASE and your read control address is FIFO_1_OUT_CSR_BASE.