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

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [src/] [linker.map] - Diff between revs 7 and 72

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 7 Rev 72
Line 1... Line 1...
MEMORY {
MEMORY {
  rom : ORIGIN = 0xFFF0000020, LENGTH = 4096
  rom : ORIGIN = 0xFFF0000020, LENGTH = 4096
  ram : ORIGIN = 0x00000400C0, LENGTH = 65536
  ram : ORIGIN = 0x000004C000, LENGTH = 65536
}
}
 
 
SECTIONS {
SECTIONS {
  .text  : { *(.text)  } > ram
  .text  : { *(.text)  } > ram
  .data  : { *(.data)  } > ram
  .data  : { *(.data)  } > ram

powered by: WebSVN 2.1.0

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