From: Palmer Dabbelt Date: Mon, 15 May 2017 22:36:14 +0000 (-0700) Subject: Let Spike have the default amount of RAM X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39b657d2831147636f29d7f3ec8ee339753892b8;p=riscv-tests.git Let Spike have the default amount of RAM Without this programs won't run. --- 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)