Review Board 2.0.15


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. 18, 2012, 8:28 p.m.)

Status: Closed (submitted)