----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2552/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- This change adds an event queue empty check after instantiation. SimObjects that do self-initiated processing are expected to schedule internal events when startup() is called. There are modules which do not follow this guideline. And this creates issues with systemc version - especially when restoring from checkpoint. This change simply prints a warning message which is intended as a help in debugging failures. Diffs ----- src/python/m5/simulate.py fea29fc045ee Diff: http://reviews.gem5.org/r/2552/diff/ Testing ------- Thanks, Cagdas Dirik _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
