Update configs.
configs/test/test.py: Update for changes to SEConfig. --HG-- extra : convert_revision : a089a7db4035889db01d543d9a18ea6526f832ca
This commit is contained in:
parent
82b1a278ec
commit
1fdf14dd5a
1 changed files with 3 additions and 4 deletions
|
@ -7,6 +7,7 @@ import m5
|
|||
import os, optparse, sys
|
||||
m5.AddToPath('../common')
|
||||
from SEConfig import *
|
||||
from m5.objects import *
|
||||
|
||||
this_dir = os.path.dirname(__file__)
|
||||
|
||||
|
@ -36,12 +37,10 @@ if options.detailed:
|
|||
process += [smt_process, ]
|
||||
smt_idx += 1
|
||||
|
||||
cpu.workload = process
|
||||
root = MySESystem(process)
|
||||
|
||||
if options.timing or options.detailed:
|
||||
system.mem_mode = 'timing'
|
||||
|
||||
|
||||
root.system.mem_mode = 'timing'
|
||||
|
||||
# instantiate configuration
|
||||
m5.instantiate(root)
|
||||
|
|
Loading…
Reference in a new issue