mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-04-24 13:57:31 -04:00
Added regions to firmware/sections.lds
This commit is contained in:
parent
51a9a9357a
commit
3cb910cd51
1 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,10 @@ binary, for any purpose, commercial or non-commercial, and by any
|
|||
means.
|
||||
*/
|
||||
|
||||
MEMORY {
|
||||
mem : ORIGIN = 0x00000000, LENGTH = 0x00010000
|
||||
}
|
||||
|
||||
SECTIONS {
|
||||
.memory : {
|
||||
. = 0x000000;
|
||||
|
@ -14,5 +18,5 @@ SECTIONS {
|
|||
*(.text);
|
||||
*(*);
|
||||
end = .;
|
||||
}
|
||||
} > mem
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue