Cagdas Dirik got review request #2552!
python: Adding event queue empty check after instantiation before startup
Review Request #2552 - Created Dec. 4, 2014 and updated - Latest diff uploaded
| Information | |
|---|---|
| Cagdas Dirik | |
| gem5 | |
| Reviewers | |
| Default | |
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.
