diff options
author | Nathan Binkert <binkertn@umich.edu> | 2007-06-09 22:43:08 -0700 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2007-06-09 22:43:08 -0700 |
commit | e9936a6250756f6ca0434842846051cc44da7312 (patch) | |
tree | 2298822b6488fd19fc676fc997a04ac62fdd06c8 /configs/example | |
parent | 1493ceda8fe242776423e30f83db0774f6558ad4 (diff) | |
download | gem5-e9936a6250756f6ca0434842846051cc44da7312.tar.xz |
More realistic parameters
--HG--
extra : convert_revision : aaa4ea2b7c97df3d6b731e9252984b45715e9d6f
Diffstat (limited to 'configs/example')
-rw-r--r-- | configs/example/memtest.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/example/memtest.py b/configs/example/memtest.py index 9fd943aaa..c28ffab10 100644 --- a/configs/example/memtest.py +++ b/configs/example/memtest.py @@ -82,8 +82,7 @@ cpus = [ MemTest(atomic=not options.timing, max_loads=options.maxloads, # system simulated system = System(cpu = cpus, funcmem = PhysicalMemory(), - physmem = PhysicalMemory(latency = "50ps"), - membus = Bus(clock="500MHz", width=16)) + physmem = PhysicalMemory(latency = "50ns"), membus = Bus(clock="500MHz", width=16)) # l2cache & bus if options.caches: |