diff options
Diffstat (limited to 'configs/splash2/run.py')
-rw-r--r-- | configs/splash2/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/splash2/run.py b/configs/splash2/run.py index 2681a222d..40dafceff 100644 --- a/configs/splash2/run.py +++ b/configs/splash2/run.py @@ -197,7 +197,7 @@ else: # ---------------------- # Create a system, and add system wide objects # ---------------------- -system = System(cpu = cpus, physmem = PhysicalMemory(), +system = System(cpu = cpus, physmem = SimpleMemory(), membus = Bus(clock = busFrequency)) system.toL2bus = Bus(clock = busFrequency) |