----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2941/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10920:91bd7822dff7 --------------------------- sim: Split ClockedObject to make it usable to non-SimObjects Split ClockedObject into two classes: Clocked that provides the basic clock functionality, and ClockedObject that inherits from Clocked and SimObject to provide the functionality of the old ClockedObject. Diffs ----- src/sim/clock_domain.hh 5c76426fd9ee src/sim/clocked_object.hh 5c76426fd9ee Diff: http://reviews.gem5.org/r/2941/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
