gem5/configs/example
Steve Reinhardt 1fbe466345 sim: make Python Root object a singleton
Enforce that the Python Root SimObject is instantiated only
once.  The C++ Root object already panics if more than one is
created.  This change avoids the need to track what the root
object is, since it's available from Root.getInstance() (if it
exists).  It's now redundant to have the user pass the root
object to functions like instantiate(), checkpoint(), and
restoreCheckpoint(), so that arg is gone.  Users who use
configs/common/Simulate.py should not notice.
2010-08-17 05:06:22 -07:00
..
fs.py Config: Fix fs.py's call to CacheConfig.config_cache. 2010-02-27 18:52:57 -08:00
memtest-ruby.py sim: make Python Root object a singleton 2010-08-17 05:06:22 -07:00
memtest.py sim: make Python Root object a singleton 2010-08-17 05:06:22 -07:00
ruby_fs.py ruby: fixed how ruby_fs creates phsyical memory 2010-03-21 21:22:20 -07:00
ruby_se.py ruby: ruby_se.py updated to new config system 2010-01-29 20:29:33 -08:00
rubytest.py sim: make Python Root object a singleton 2010-08-17 05:06:22 -07:00
se.py configs: pull out cache configuration code from se.py and fs.py. 2010-02-25 10:13:40 -08:00