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 agoSo then would it be assignments such as
read <= read + 1 inferring a counter, stopping the read from acting like a register and being put inside the RAM? Mat.