summaryrefslogtreecommitdiff
path: root/tests/configs/tsunami-o3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/tsunami-o3.py')
-rw-r--r--tests/configs/tsunami-o3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/tsunami-o3.py b/tests/configs/tsunami-o3.py
index dbbc75e1c..b62a78213 100644
--- a/tests/configs/tsunami-o3.py
+++ b/tests/configs/tsunami-o3.py
@@ -39,5 +39,5 @@ from m5.objects import *
from alpha_generic import *
root = LinuxAlphaFSSystemUniprocessor(mem_mode='timing',
- mem_class=DDR3_1600_x64,
+ mem_class=DDR3_1600_8x8,
cpu_class=DerivO3CPU).create_root()