More realistic parameters

--HG--
extra : convert_revision : aaa4ea2b7c97df3d6b731e9252984b45715e9d6f
This commit is contained in:
Nathan Binkert
2007-06-09 22:43:08 -07:00
parent 1493ceda8f
commit e9936a6250
2 changed files with 3 additions and 3 deletions

View File

@@ -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: