Altera_Forum
Honored Contributor
12 years agoHow to read onchip dual port memory .?
Hi,
I am doing this for a class project. I have implemented a processor on de4, where I have used onchip memory for data and instruction. I can initialise the memory using .mif files, but after the execution, I need to verify if the output which will be stored in again in the internal data memory is correct. But my memory is dual port memory so I am not able to use the Quartus in system memory content editor. Basically I am running some benchmarks, like quick sort, where I need to see if the numbers are in ascending order after execution, One idea I thought of is that, I can flag a signal which checks if the memory is in ascending order. but I am not sure about the implementation .?? Could any one suggest any solutions .?? Thanks, Sandesh