diff options
Diffstat (limited to 'tests/configs/memtest.py')
-rw-r--r-- | tests/configs/memtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/memtest.py b/tests/configs/memtest.py index 55c086d69..379b1e421 100644 --- a/tests/configs/memtest.py +++ b/tests/configs/memtest.py @@ -39,7 +39,7 @@ cpus = [ MemTest(clock = '2GHz') for i in xrange(nb_cores) ] system = System(cpu = cpus, funcmem = SimpleMemory(in_addr_map = False), funcbus = NoncoherentBus(), physmem = SimpleMemory(), - membus = CoherentBus(clock="1GHz", width=16)) + membus = CoherentBus(width=16)) # l2cache & bus system.toL2Bus = CoherentBus(clock="2GHz", width=16) |