Config: change how cpu class is set
Review Request #1319 - Created July 23, 2012 and submitted
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9130:79148c86d9a5 --------------------------- Config: change how cpu class is set This changes the way in which the cpu class while restoring from a checkpoint is set. Earlier it was assumed if cpu type with which to restore is not same as the cpu type with the which to run the simulation, then the checkpoint should be restored with the atomic cpu. This assumption is being dropped. The checkpoint can now be restored with any cpu type, the default being atomic cpu.
Review request changed
Updated (July 24, 2012, 1:05 a.m.)
Description: |
|
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+26 -35) |
Posted (Aug. 3, 2012, 11:54 p.m.)
Any objections?
also seems like an improvement.. a little bit of documentaiton would be great. You can put a string after the function definition. E.g.: def foo() ''' description on foo.... ''' would be great if you could do that for the functions you changed.
