OpenCores
URL https://opencores.org/ocsvn/s1_core/s1_core/trunk

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [src/] [linker.map] - Blame information for rev 109

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 fafa1971
MEMORY {
2
  rom : ORIGIN = 0xFFF0000020, LENGTH = 4096
3 103 fafa1971
  ram : ORIGIN = 0x0000040000, LENGTH = 65536
4 7 fafa1971
}
5
 
6
SECTIONS {
7
  .text  : { *(.text)  } > ram
8
  .data  : { *(.data)  } > ram
9
  .bss   : { *(.bss)   } > ram
10
  .stack : { *(.stack) } > ram
11
}
12
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.