From 39b657d2831147636f29d7f3ec8ee339753892b8 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Mon, 15 May 2017 15:36:14 -0700 Subject: [PATCH] Let Spike have the default amount of RAM Without this programs won't run. --- debug/testlib.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.30.2