aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-10-30 15:58:29 +0100
committerClifford Wolf <clifford@clifford.at>2015-10-30 15:58:29 +0100
commit89abd9a95703ddb017115ed3b5dd233890abc6ee (patch)
tree4f6139e9120734cf5677a645426a13714cbc469d /firmware
parent3cb910cd516aee26ebeabfad32123d05cbf84ca8 (diff)
downloadpicorv32-89abd9a95703ddb017115ed3b5dd233890abc6ee.tar.gz
picorv32-89abd9a95703ddb017115ed3b5dd233890abc6ee.zip
Improvements in firmware/sections.lds
Diffstat (limited to 'firmware')
-rw-r--r--firmware/sections.lds4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/sections.lds b/firmware/sections.lds
index 3c56e9d..948814b 100644
--- a/firmware/sections.lds
+++ b/firmware/sections.lds
@@ -8,7 +8,9 @@ means.
*/
MEMORY {
- mem : ORIGIN = 0x00000000, LENGTH = 0x00010000
+ /* the memory in the testbench is 64k in size;
+ * set LENGTH=48k and leave at least 16k for stack */
+ mem : ORIGIN = 0x00000000, LENGTH = 0x0000c000
}
SECTIONS {