Altera_Forum
Honored Contributor
12 years agoInitializing memory blocks
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.