Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I think you have nios memory sections mapped to that onchip ram: I mean .rwdata, .rodata, .stack and .heap Check your linker script file or linker configuration in bsp settings. --- Quote End --- Thank you. Exactly I checked in the project summary and it shows: [h=3]Linker Section Mappings[/h] [TH="width: 50%, align: left"]Section [/TH] [TH="width: 50%, align: left"]Region[/TH] .text onchip_memory2_0 .rodata memory_points .rwdata memory_points .bss memory_points .heap memory_points .stack memory_points Where memory_points is my Dual port RAM. I'm doing NIOS simulation for the first time. Do I have to manually modify these linker parameters ? If yes how can I easily do it ?