Alpha System: override startup(), instead of loadState()
Review Request #1345 - Created Aug. 12, 2012 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9149:56533035907f --------------------------- Alpha System: override startup(), instead of loadState() Alpha System was overriding loadState() function to setup some functional event. This is not correct since it is not known if the memory has been correctly setup. This was also happening in the initState() function. With this patch, Alpha System overrides the startup() function, and sets up functional events in this function.
