Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWhy qsys reports address overlap error?
I am working on a qsys subsystem, I try to increase the onchip_ram size. But After I configured the ip and modify the address, the qsys giving me errors (see attached screenshot). It is obvious that ...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- The memory block size looks strange, it should be a nice round number. You should also move things so that the address map 'works' if the size of everything is rounded up to a power of 2. --- Quote End --- The ram size is 20K. 4eab in hex = 20139 in dec. So you mean I should change it to 4fff? Thanks.