URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 639 |
Rev 957 |
Line 7... |
Line 7... |
#define RTL_SIM 1
|
#define RTL_SIM 1
|
|
|
/* Define RAM physical location and size
|
/* Define RAM physical location and size
|
Bottom half will be used for this program, the rest
|
Bottom half will be used for this program, the rest
|
will be used for testing */
|
will be used for testing */
|
#define FLASH_START 0x00000000
|
#define FLASH_START 0x04000000
|
#define FLASH_SIZE 0x00200000
|
#define FLASH_SIZE 0x00200000
|
#define RAM_START 0x40000000
|
#define RAM_START 0x00000000
|
#define RAM_SIZE 0x00200000
|
#define RAM_SIZE 0x00200000
|
|
|
/* What is the last address in ram that is used by this program */
|
/* What is the last address in ram that is used by this program */
|
#define TEXT_END_ADD (FLASH_START + (FLASH_SIZE / 2))
|
#define TEXT_END_ADD (FLASH_START + (FLASH_SIZE / 2))
|
#define DATA_END_ADD (RAM_START + (RAM_SIZE / 2))
|
#define DATA_END_ADD (RAM_START + (RAM_SIZE / 2))
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.