arch: Make the ISA class inherit from SimObject
Review Request #1509 - Created Oct. 24, 2012 and submitted
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9333:786d63e13657 --------------------------- arch: Make the ISA class inherit from SimObject The ISA class on stores the contents of ID registers on many architectures. In order to make reset values of such registers configurable, we make the class inherit from SimObject, which allows us to use the normal generated parameter headers.
Posted (Nov. 1, 2012, 3:02 a.m.)
Does this change required any changes to the files in config/ directory? Would we not need to generate the python object for ISA at some point?
