style: Strip newline when checking lines
[gem5.git] / tests / configs / tsunami-simple-atomic-dual.py
index 36dc8133bbcddb591e8c6fbc3d0a575293df02d8..f54015cd36ca07d26dce9c4b12d4aa85333d9d88 100644 (file)
@@ -38,5 +38,7 @@
 from m5.objects import *
 from alpha_generic import *
 
-root = LinuxAlphaFSSystem(mem_mode='atomic', cpu_class=AtomicSimpleCPU,
+root = LinuxAlphaFSSystem(mem_mode='atomic',
+                          mem_class=SimpleMemory,
+                          cpu_class=AtomicSimpleCPU,
                           num_cpus=2).create_root()