diff options
Diffstat (limited to 'configs/example/memtest.py')
-rw-r--r-- | configs/example/memtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/memtest.py b/configs/example/memtest.py index ae2bf5b55..141ecfd8e 100644 --- a/configs/example/memtest.py +++ b/configs/example/memtest.py @@ -85,7 +85,7 @@ else: for i in xrange(options.numtesters) ] # system simulated system = System(cpu = cpus, funcmem = PhysicalMemory(), - physmem = PhysicalMemory(), membus = Bus(clock="500GHz", width=16)) + physmem = PhysicalMemory(latency = "50ps"), membus = Bus(clock="500GHz", width=16)) # l2cache & bus if options.caches: |