URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 439 |
Rev 462 |
Line 105... |
Line 105... |
|
|
/* 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 RAM_START 0x00000000
|
#define RAM_START 0x00000000
|
// Assume only 8MB memory
|
// Assume only 2MB memory
|
#define RAM_SIZE 0x00800000
|
#define RAM_SIZE 0x00200000
|
|
|
#define VM_BASE 0xc0000000
|
#define VM_BASE 0xc0000000
|
|
|
/* 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_START_ADD start_text_addr
|
#define TEXT_START_ADD start_text_addr
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.