diff options
Diffstat (limited to 'configs/splash2/cluster.py')
-rw-r--r-- | configs/splash2/cluster.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/splash2/cluster.py b/configs/splash2/cluster.py index a6244a9ef..dd8ab784a 100644 --- a/configs/splash2/cluster.py +++ b/configs/splash2/cluster.py @@ -211,8 +211,8 @@ else: # ---------------------- # Create a system, and add system wide objects # ---------------------- -system = System(cpu = all_cpus, l1_ = all_l1s, l1bus_ = all_l1buses, physmem = PhysicalMemory(), - membus = Bus(clock = busFrequency)) +system = System(cpu = all_cpus, l1_ = all_l1s, l1bus_ = all_l1buses, + physmem = SimpleMemory(), membus = Bus(clock = busFrequency)) system.toL2bus = Bus(clock = busFrequency) system.l2 = L2(size = options.l2size, assoc = 8) |