From d7f71bf424f2ccb87366b4f464e657a185abe414 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 28 Jan 2012 07:24:50 -0800 Subject: SE/FS: Get rid of FULL_SYSTEM in the configs directory --- configs/common/Simulation.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'configs/common') diff --git a/configs/common/Simulation.py b/configs/common/Simulation.py index 193f8d487..0ae287e77 100644 --- a/configs/common/Simulation.py +++ b/configs/common/Simulation.py @@ -124,8 +124,7 @@ def run(options, root, testsys, cpu_class): if options.fast_forward: testsys.cpu[i].max_insts_any_thread = int(options.fast_forward) switch_cpus[i].system = testsys - if not buildEnv['FULL_SYSTEM']: - switch_cpus[i].workload = testsys.cpu[i].workload + switch_cpus[i].workload = testsys.cpu[i].workload switch_cpus[i].clock = testsys.cpu[0].clock # simulation period if options.maxinsts: @@ -148,9 +147,8 @@ def run(options, root, testsys, cpu_class): for i in xrange(np): switch_cpus[i].system = testsys switch_cpus_1[i].system = testsys - if not buildEnv['FULL_SYSTEM']: - switch_cpus[i].workload = testsys.cpu[i].workload - switch_cpus_1[i].workload = testsys.cpu[i].workload + switch_cpus[i].workload = testsys.cpu[i].workload + switch_cpus_1[i].workload = testsys.cpu[i].workload switch_cpus[i].clock = testsys.cpu[0].clock switch_cpus_1[i].clock = testsys.cpu[0].clock -- cgit v1.2.3