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'd love to be able to get this block to infer the arrays as RAM,
but would it just be better if I used this block to generate read and write signals for an instanced altsyncram block for each (cl, x and y) and then pipe the dval and fval through 2 DFF so that they match the read output of the RAM blocks? Mat.