From ec20ee2f7cdaff22e63a5ae492f925d0d4839849 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 28 Jan 2012 07:24:34 -0800 Subject: SE/FS: Make SE vs. FS mode a runtime parameter. --- tests/configs/memtest-ruby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/configs/memtest-ruby.py') diff --git a/tests/configs/memtest-ruby.py b/tests/configs/memtest-ruby.py index 2517e7670..6d0f8aa86 100644 --- a/tests/configs/memtest-ruby.py +++ b/tests/configs/memtest-ruby.py @@ -117,7 +117,7 @@ system.system_port = system.ruby._sys_port_proxy.port # run simulation # ----------------------- -root = Root(system = system) +root = Root(full_system = False, system = system) root.system.mem_mode = 'timing' # Not much point in this being higher than the L1 latency -- cgit v1.2.3