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 agoI suspect the inference issue is elsewhere, because read <= read+1 is actually a bit of logic that does read +1 followed by a register , which should be able to sit in the ram. I suspect the problem is elsewhere. Can you repost the code?