aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/sections.lds
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-09-12 10:48:14 +0200
committerClifford Wolf <clifford@clifford.at>2019-09-12 10:50:45 +0200
commit392ee1dd91fc637b48b6fc778fc838ec11633ec7 (patch)
treea611f6ba0d7767395d55032c06fd2c354d4441b2 /firmware/sections.lds
parent3bb692a9545eddfb3538fda32ac8d3f7b4f4f544 (diff)
downloadpicorv32-392ee1dd91fc637b48b6fc778fc838ec11633ec7.tar.gz
picorv32-392ee1dd91fc637b48b6fc778fc838ec11633ec7.zip
Improve test firmware, increase testbench memory size to 128kB
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'firmware/sections.lds')
-rw-r--r--firmware/sections.lds5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/sections.lds b/firmware/sections.lds
index e1eb79f..645ce43 100644
--- a/firmware/sections.lds
+++ b/firmware/sections.lds
@@ -8,9 +8,10 @@ means.
*/
MEMORY {
- /* the memory in the testbench is 64k in size;
- * set LENGTH=48k and leave at least 16k for stack */
+ /* the memory in the testbench is 128k in size;
+ * set LENGTH=96k and leave at least 32k for stack */
mem : ORIGIN = 0x00000000, LENGTH = 0x0000c000
+ mem : ORIGIN = 0x00000000, LENGTH = 0x00018000
}
SECTIONS {