Forum Discussion
Altera_Forum
Honored Contributor
8 years agoInvalid memory implementation
Please I need a help in following two questions: First : I need to read from memory one element at a time, however, memory locations is not sequential so I need two variables as indicators. The...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- I don't understand why you're doing that. If you need 64 memories, use a for loop to create 64 mem_type arrays. --- Quote End --- Sorry I didn't follow, would you give an example ? I am accessing the locations as 0,8,16,24 , 1,9,17,25 ; So normal for couldn'i make it as well. when I change the index memory stopped be initiated.