Forum Discussion
Altera_Forum
Honored Contributor
15 years agoertss,
a module's internal variables are not accessible from other modules. Thus, you need to work around that. You can either initialize the ram within the "memory" module itself or you can add some interface to the "memory" module that can write into the memory.