Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- You cannot initialize external memory from the .sof image. --- Quote End --- Hmm I don't think I'm quite trying to do that? --- Quote Start --- You could however store the SDRAM contents in the external configuration device (EPCS, flash, whatever) and have your logic copy data from the configuration device to SDRAM after configuration. --- Quote End --- I don't have any contents in SDRAM right now. My data is an external binary txt file and I need to figure out how to read that into a binary vector array (thereby initializing it) and then use that inside a process where I write the data to SDRAM. Is that what you're referring to which can't be done?