Altera_Forum
Honored Contributor
8 years agoGenerating BSP failed: Cpu reset memory has no matching memory region.
Hello Everybody,
I have a Nios II /f that runs "Hello world" properly on a DE2-115 in Q16.0 using FPGA on chip memory. The system is as simple as possible, cpu, jtag, ram, sysid, it runs at 50mhz, no PLLs involved. If I add an Terrasic SRAM component (IP from golden ref design) and change the reset vectors to the SRAM I get: error executing 'nios2-bsp-generate-files --bsp-dir . --settings settings.bsp', unexpected return code 1. error message: severe: cpu "cpu" reset memory "sram" has no matching memory region.ii do not understand this given: Reset vector in CPU points to SRAM.AVALON.SLAVE offset = 0x00..0 Exception vector in CPU points to SRAM.AVALON.SLAVE offset = 0x00..20 And sram base is 0x0000_0000 to 0x001F_0000 (cpu data master and cpu instruction master both connected) Any help appreciated to solve this issue or explain what is going on. Best Regards, JOHI.