summaryrefslogtreecommitdiff
path: root/configs/example/hmctest.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/hmctest.py')
-rw-r--r--configs/example/hmctest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/example/hmctest.py b/configs/example/hmctest.py
index 6e1ad457b..3e0fa124a 100644
--- a/configs/example/hmctest.py
+++ b/configs/example/hmctest.py
@@ -13,8 +13,8 @@ from common import HMC
parser = optparse.OptionParser()
-# Use a HMC_2500_x32 by default
-parser.add_option("--mem-type", type = "choice", default = "HMC_2500_x32",
+# Use a HMC_2500_1x32 (1 channel, 32-bits wide) by default
+parser.add_option("--mem-type", type = "choice", default = "HMC_2500_1x32",
choices = MemConfig.mem_names(),
help = "type of memory to use")