Forum Discussion
Altera_Forum
Honored Contributor
8 years agoCan you describe your N-Body algorithm in more detail? Perhaps share some links to relevant papers, blogs, ...
Assuming that the processing module accepts all 64 pixel at the same time, and is fully pipelined, all you have to do is to create a ping-pong buffer where you write the pixel data one (or perhaps 2 or 4 ) at the time but read 64 pixels on the other side. Assuming 8-bit pixel data, this would require 16 RAM-blocks. Regards, Josy