Forum Discussion
Altera_Forum
Honored Contributor
14 years agomaking an IP for DMA transfers
Hello everybody. I work with the Terasic DE2-115. I'm trying to plug the TRDB-D5M camera on a NIOS II with ethernet. I can read data from the camera with the IP given by terasic, and I can us...
Altera_Forum
Honored Contributor
14 years agoYep should be easy to do. I'm guessing the 16b to 32b FIFO uses flow control similar to Avalon ST. So it should be a matter of making the 32b side ST compliant and removing the secondary FIFO. If possible I would try to make the traceiver to FIFO interface ST compliant, if that's possible then I think there is a FIFO component in Qsys that supports different data widths on each side which you could use instead and not have to worry about custom FIFO logic.