Forum Discussion
Altera_Forum
Honored Contributor
8 years agoMemory WRITING issue
Dear, I have a procedure (Sort) that read two numbers in each cycle. and return the max and the min. I am reading two numbers from mif file , the problem is that I want to write back the result re...
Altera_Forum
Honored Contributor
8 years agoThis is because you're still reading or writing 2 locations at the same time - the ram1(2*i) and (2*i+1). You can only read/write 1 location at the time.