URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 64 |
Line 1... |
Line 1... |
/*
|
|
MEMORY
|
|
{
|
|
vectors : ORIGIN = 0x00000000, LENGTH = 0x00002000
|
|
flash : ORIGIN = 0x04000000, LENGTH = 0x00200000
|
|
ram : ORIGIN = 0x00002000, LENGTH = 0x001fe000
|
|
icm : ORIGIN = 0x00800000, LENGTH = 0x00004000
|
|
}
|
|
*/
|
|
MEMORY
|
MEMORY
|
{
|
{
|
reset : ORIGIN = 0x00000000, LENGTH = 0x00000200
|
reset : ORIGIN = 0x00000000, LENGTH = 0x00000200
|
vectors : ORIGIN = 0x00000200, LENGTH = 0x00001000
|
vectors : ORIGIN = 0x00000200, LENGTH = 0x00001000
|
ram : ORIGIN = 0x00001200, LENGTH = 0x00006E00 /*0x8000 total*/
|
ram : ORIGIN = 0x00001200, LENGTH = 0x00006E00 /*0x8000 total*/
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.