aboutsummaryrefslogtreecommitdiff
path: root/debug/targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug/targets.py')
-rw-r--r--debug/targets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/targets.py b/debug/targets.py
index 17e752d..423ff69 100644
--- 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 = 0x80010000
- ram_size = 5 * 1024 * 1024
+ ram = 0x10000000
+ ram_size = 0x10000000
instruction_hardware_breakpoint_count = 4
reset_vector = 0x1000
openocd_config = "targets/%s/openocd.cfg" % directory