summaryrefslogtreecommitdiff
path: root/configs/example/se.py
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2014-11-18 19:17:29 -0600
committerNilay Vaish <nilay@cs.wisc.edu>2014-11-18 19:17:29 -0600
commit708e80d9bb0577662dd7181d4ae947c2cc9b8ac9 (patch)
tree3394d39be88368c22e5d6d9cc854165059e764a7 /configs/example/se.py
parentb5fd6050a2f1c3a597ce8e2c7b0f9d78596fc210 (diff)
downloadgem5-708e80d9bb0577662dd7181d4ae947c2cc9b8ac9.tar.xz
configs: small fix to ruby portion of fs.py and se.py
In fs.py the io port controller was being attached to the iobus multiple times. This should be done only once. In se.py, the the option use_map was being set which no longer exists.
Diffstat (limited to 'configs/example/se.py')
-rw-r--r--configs/example/se.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/example/se.py b/configs/example/se.py
index e0535c726..83eabdc83 100644
--- a/configs/example/se.py
+++ b/configs/example/se.py
@@ -225,7 +225,6 @@ if options.ruby:
print >> sys.stderr, "Ruby requires TimingSimpleCPU or O3CPU!!"
sys.exit(1)
- options.use_map = True
Ruby.create_system(options, False, system)
assert(options.num_cpus == len(system.ruby._cpu_ports))