add srcstep and correct PC-advancing during Sub-PC looping in ISACaller
[soc.git] / src / soc / simulator / memmap
1
2 MEMORY
3 {
4 ram : ORIGIN = 0x20000000, LENGTH = 128M
5 }
6
7 SECTIONS
8 {
9 .text : { *(.text*) } > ram
10 .bss : { *(.text*) } > ram
11 }