style: Strip newline when checking lines
[gem5.git] / tests / configs / realview-simple-atomic-dual.py
index 64ddf0595cd8caecbfc4b6986660c33f42b7bf64..32d66f6afa03664cfe67e9f88107b7075bf11917 100644 (file)
@@ -38,5 +38,7 @@
 from m5.objects import *
 from arm_generic import *
 
-root = LinuxArmFSSystem(mem_mode='atomic', cpu_class=AtomicSimpleCPU,
+root = LinuxArmFSSystem(mem_mode='atomic',
+                        mem_class=SimpleMemory,
+                        cpu_class=AtomicSimpleCPU,
                         num_cpus=2).create_root()