projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771bb94
)
Change Spike's RAM location to match the linker script
author
Palmer Dabbelt
<palmer@dabbelt.com>
Tue, 16 May 2017 19:47:39 +0000
(12:47 -0700)
committer
Palmer Dabbelt
<palmer@dabbelt.com>
Tue, 16 May 2017 19:48:05 +0000
(12:48 -0700)
debug/targets.py
patch
|
blob
|
history
diff --git
a/debug/targets.py
b/debug/targets.py
index 17e752df8e72fe71749842ab8afc2bc2102c151e..423ff6955f3c64cc968d6a44a2a203a902bc8463 100644
(file)
--- a/
debug/targets.py
+++ b/
debug/targets.py
@@
-64,8
+64,8
@@
class Target(object):
class SpikeTarget(Target):
# pylint: disable=abstract-method
directory = "spike"
- ram = 0x
8001
0000
- ram_size =
5 * 1024 * 1024
+ ram = 0x
1000
0000
+ ram_size =
0x10000000
instruction_hardware_breakpoint_count = 4
reset_vector = 0x1000
openocd_config = "targets/%s/openocd.cfg" % directory