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

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [common/] [neorv32.ld] - Diff between revs 2 and 14

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

Rev 2 Rev 14
Line 52... Line 52...
/* memory hardware configuration.                    */
/* memory hardware configuration.                    */
/* ************************************************* */
/* ************************************************* */
MEMORY
MEMORY
{
{
  rom  (rx) : ORIGIN = 0x00000000,          LENGTH = 16*1024
  rom  (rx) : ORIGIN = 0x00000000,          LENGTH = 16*1024
  ram (rwx) : ORIGIN = 0x80000000 + 2*16*4, LENGTH =  8*1024
  ram (rwx) : ORIGIN = 0x80000000, LENGTH =  8*1024
  /*          DO NOT REMOVE THE " + 2*16*4"!! */
 
}
}
/* ************************************************* */
/* ************************************************* */
 
 
SECTIONS
SECTIONS
{
{

powered by: WebSVN 2.1.0

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