--- Quote Start ---
I want to make ram memory that consists of several memory blocks. Number of those blocks is relatively big, so I will use generate statement. Each memory block is a separate entity. I want to initialize whole memory, in other words to initialize each memory block, by using a file. The problem is I can't reach internal architecture of a single memory block in order to assign location values. If I had implemented memory as just one big block, I wouldn't have that problem, but that solution wouldn't be good for some other reasons.
Is there a way to initialize those storage units (memory blocks) later in the memory architecture?
Thanks in advance.
--- Quote End ---
assuming I understood you.
when you use megawizard it generates wrapper for ram block, copy/paste the way it is instantiated inside wrapper then use that for your instantion connecting the relevant file as generic per each block (hand editing the init file).
There might be other better ways but that is what I do.