----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1397/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9201:fe0595f90ba7 --------------------------- sim: Remove SimObject::setMemoryMode Remove SimObject::setMemoryMode from the main SimObject class since it is only valid for the System class. In addition to removing the method from the C++ sources, this patch also removes getMemoryMode and changeTiming from SimObject.py and updates the simulation code to call the (get|set)MemoryMode method on the System object instead. Diffs ----- src/python/m5/SimObject.py 87967784f101 src/python/m5/simulate.py 87967784f101 src/sim/sim_object.hh 87967784f101 src/sim/sim_object.cc 87967784f101 Diff: http://reviews.gem5.org/r/1397/diff/ Testing ------- Thanks, Ali Saidi _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
