Altera_Forum
Honored Contributor
8 years agoWhere does Eclipse get the NIOS memory map?
I am trying to bring up my Cyclone V design with (among other things) inlcudes a NIOS CPU
I started the "Nios II software build tools for Eclipse" and followed the steps to create a "Hello world" project. Everything went as I expected it to, except I didn't get my "hello world". The one glaring issue is that the "summary.html" file shows an incorrect memory map. According to the summary, it is looking for the DRAM to be up at 0x4000_0000 and all the peripherals at low memory with the JTAG UART at 0x0000_0108 and "onchip memory" at 0x1000_0000 But my design has DRAM starting at 0x0000_0000, the boot rom at 0x7000_0000 and the JTAG uart at 0x6000_0108 The summary file lists all the peripherals & memory that I have, so it isn't pulling up some totally random memory map, but they are not in the correct location. What do I do about this? Rod