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, so I've converted all my variables to signals.
I've been reading through the guidelines for inferring RAM and from what I can tell, my code is not inferring RAM because I am assigning a new value to the read signal in the same area that I am trying to read from the arrays. Is this correct? Mat.