Forum Discussion
Altera_Forum
Honored Contributor
12 years agoYes, I made it!!!!!
I had to solve some issues in my Design, but now the Arrays are in M9K Memory: - In my Write-Process I had an asynchronous Reset which set the whole Arrays to "00" --> Reset for Arrays removed - Also in the Write-Process I loaded the Array with 64Bit --> Reduced to 8Bit at a higher loading clock - I read from one array with two processes --> I doubled every array and now I write the same data to two arrays. Every read-process now has its own array to read from. Well thats it. By this way I reduced the needed amount of LEs by 20.000!!!! Thank you Tricky for the hints! Although you didn't see my Code.