Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Yes. it's possible. As long as you have enough resources in the device. The question is if you only have clock and reset as an input, how are you loading your block ram? are you just using them as ROMs? Pete --- Quote End --- Hi Pete, Yes, I think with my device i might only be able to do maybe 4 such copies but that is ok. the very first block ram which stores my input image is created as a 1-port ROM where i load the data using a .HEX file. The other buffers between filters are all 2-port RAMs with no data initialization. the final block ram is a 1-port RAM also with no data initialization to store my output image. Is it possible to make copies with my design as is? Or is there some change I can make to my design to allow me to make copies? thank you!