summaryrefslogtreecommitdiff
path: root/configs/example/memcheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/memcheck.py')
-rw-r--r--configs/example/memcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/memcheck.py b/configs/example/memcheck.py
index 7ef413389..0bbcd2f7c 100644
--- a/configs/example/memcheck.py
+++ b/configs/example/memcheck.py
@@ -216,7 +216,7 @@ cfg_file.close()
proto_tester = TrafficGen(config_file = cfg_file_name)
# Set up the system along with a DRAM controller
-system = System(physmem = DDR3_1600_x64())
+system = System(physmem = DDR3_1600_8x8())
system.voltage_domain = VoltageDomain(voltage = '1V')