aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-05-15 15:36:14 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-05-15 16:33:38 -0700
commit39b657d2831147636f29d7f3ec8ee339753892b8 (patch)
tree975159027a06c5cd5a1cc90b3db32a7e0af8f99d
parent26b288f1ef047a0dc76dfdb7f69d44e17ecb4ce7 (diff)
downloadriscv-tests-39b657d2831147636f29d7f3ec8ee339753892b8.zip
riscv-tests-39b657d2831147636f29d7f3ec8ee339753892b8.tar.gz
riscv-tests-39b657d2831147636f29d7f3ec8ee339753892b8.tar.bz2
Let Spike have the default amount of RAM
Without this programs won't run.
-rw-r--r--debug/testlib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/debug/testlib.py b/debug/testlib.py
index df976df..d3a75f6 100644
--- a/debug/testlib.py
+++ b/debug/testlib.py
@@ -77,7 +77,6 @@ class Spike(object):
if with_jtag_gdb:
cmd += ['--rbb-port', '0']
os.environ['REMOTE_BITBANG_HOST'] = 'localhost'
- cmd.append("-m32")
cmd.append('programs/infinite_loop')
if binary:
cmd.append(binary)