Forum Discussion
Altera_Forum
Honored Contributor
13 years agoFirst in Last out buffer consuming too much resources
Hi all, I'm trying to implement a first in last out buffer, that has the soul purpose of flipping image data horizontally. The image comes in as a stream of pixels in the order (1,1) , (2...
Altera_Forum
Honored Contributor
13 years agoOk - another question - whats the target device?
Also, looking at your origional code, the problem may lie in the fact that cl/x/y_reg can also be assigned to 0, so its trying to put a mux in the data path to the output register, rather than just the output of ram.