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:
26b288f
)
Let Spike have the default amount of RAM
author
Palmer Dabbelt
<palmer@dabbelt.com>
Mon, 15 May 2017 22:36:14 +0000
(15:36 -0700)
committer
Palmer Dabbelt
<palmer@dabbelt.com>
Mon, 15 May 2017 23:33:38 +0000
(16:33 -0700)
Without this programs won't run.
debug/testlib.py
patch
|
blob
|
history
diff --git
a/debug/testlib.py
b/debug/testlib.py
index df976df66ac1684ce85ae3e2d162e28c6cf567da..d3a75f67252976fb0c9e73cde5a73ee977781a77 100644
(file)
--- 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)