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/tsunami-inorder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/configs/tsunami-inorder.py') diff --git a/tests/configs/tsunami-inorder.py b/tests/configs/tsunami-inorder.py index a08261533..dc30633b3 100644 --- a/tests/configs/tsunami-inorder.py +++ b/tests/configs/tsunami-inorder.py @@ -96,6 +96,6 @@ cpu.addPrivateSplitL1Caches(L1(size = '32kB', assoc = 1), cpu.connectAllPorts(system.toL2Bus, system.membus) cpu.clock = '2GHz' -root = Root(system=system) +root = Root(full_system=True, system=system) m5.ticks.setGlobalFrequency('1THz') -- cgit v1.2.3