gem5/tests
Steve Reinhardt c2cce96a0b sim: fail on implicit creation of orphans via ports
Orphan SimObjects (not in the config hierarchy) could get
created implicitly if they have a port connection to a SimObject
that is in the hierarchy.  This means that there are objects on
the C++ SimObject list (created via the C++ SimObject
constructor call) that are unknown to Python and will get
skipped if we walk the hierarchy from the Python side (as we are
about to do).  This patch detects this situation and prints an
error message.

Also fix the rubytester config script which happened to rely on
this behavior.
2010-08-17 05:06:22 -07:00
..
configs sim: fail on implicit creation of orphans via ports 2010-08-17 05:06:22 -07:00
long tests: update reference config.ini files for previous cset 2010-08-17 05:06:22 -07:00
quick tests: update reference config.ini files for previous cset 2010-08-17 05:06:22 -07:00
test-progs/hello test: Hello world test program for Power 2009-10-27 09:24:40 -07:00
diff-out stats: fix stats diff script 2010-06-06 01:22:14 -04:00
halt.sh Rearrange the FS configs to be more shared. Also check in the full-system tests. Reference stats coming soon. 2006-07-21 15:56:35 -04:00
run.py sim: make Python Root object a singleton 2010-08-17 05:06:22 -07:00
SConscript m5: Regression Tester Update 2010-01-29 20:29:40 -08:00