Forum Discussion
Altera_Forum
Honored Contributor
10 years agoWriting text image to SRAM
Hi all, please I need your help with this issue, I save my image as text ( 256 * 256) gray scale, and I want to load it to SRAM before start modifying it, but I have no glue how , I meant to u...
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- There is an option to initialize memory blocks with custom data. It should be fine if you need to modify your initial image seldom.You can create such memory initialization file with Quartus and when creating memory block guide the wizard to it. --- Quote End --- Thank you for your reply Linas, do you mean the mif file ? If so , I already create it but I couldn't transfer it's contents to my SRAM DQ. Do you have any idea? Thanks again