Forum Discussion
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.