Altera_Forum
Honored Contributor
17 years agoMemory map cannot fit?
I have written my own interface to a SDRAM and trying to add it i SOPC builder as an avalon tristate slave. The component is created without any error messages, but when adding it to my SOPC system I get,
--- Quote Start --- Memory map cannot fit within the addressable memory space of the nios II Data master which is restricted to 31 adress bits. --- Quote End --- --- Quote Start --- Nios data master cannot address memories over 2^32 --- Quote End --- --- Quote Start --- Nios instruction master cannot address memories over 2^32 --- Quote End --- But both the address bus and the data bus widths are only 32 bits wide, so what can the problem be? cheers!