m5: added work completed monitoring support

This commit is contained in:
Brad Beckmann
2011-02-06 22:14:19 -08:00
parent c41fc138e7
commit dfa8cbeb06
15 changed files with 243 additions and 4 deletions

View File

@@ -116,7 +116,7 @@ if buildEnv['TARGET_ISA'] == "alpha":
system.piobus,
system.dma_devices)
elif buildEnv['TARGET_ISA'] == "x86":
system = makeLinuxX86System(test_mem_mode, options.num_cpus, bm[0], True)
system = makeLinuxX86System(test_mem_mode, options, bm[0], True)
system.ruby = Ruby.create_system(options,
system,
system.piobus)