AddrRange: Simplify AddrRange params Python hierarchy
Review Request #1377 - Created Aug. 29, 2012 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9182:de31aeefa3f5 --------------------------- AddrRange: Simplify AddrRange params Python hierarchy This patch simplifies the Range object hierarchy in preparation for an address range class that also allows striping (e.g. selecting a few bits as matching in addition to the range). To extend the AddrRange class to an AddrRegion, the first step is to simplify the hierarchy such that we can make it as lean as possible before adding the new functionality. The only class using Range and MetaRange is AddrRange, and the three classes are now collapsed into one.
util/regress all passing (disregarding t1000 and eio)
Review request changed
Updated (Sept. 3, 2012, 2:13 p.m.)
Description: |
|
||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+43 -70) |
Posted (Sept. 12, 2012, 2:37 a.m.)
Any comments/feedback?
It seems like you are maintaining the same basic functionality, so I don't have any real problems with it. Just more code we'll have to rebase to. :)
Ship It!
