summaryrefslogtreecommitdiff
path: root/configs/dram
diff options
context:
space:
mode:
Diffstat (limited to 'configs/dram')
-rw-r--r--configs/dram/sweep.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/dram/sweep.py b/configs/dram/sweep.py
index 01896da0f..06f3dc76d 100644
--- a/configs/dram/sweep.py
+++ b/configs/dram/sweep.py
@@ -54,7 +54,7 @@ import MemConfig
parser = optparse.OptionParser()
# Use a single-channel DDR3-1600 x64 by default
-parser.add_option("--mem-type", type="choice", default="ddr3_1600_x64",
+parser.add_option("--mem-type", type="choice", default="DDR3_1600_x64",
choices=MemConfig.mem_names(),
help = "type of memory to use")