gem5/configs/ruby
Andreas Hansson fccbf8bb45 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.
2012-09-19 06:15:41 -04:00
..
MESI_CMP_directory.py AddrRange: Simplify AddrRange params Python hierarchy 2012-09-19 06:15:41 -04:00
MI_example.py AddrRange: Simplify AddrRange params Python hierarchy 2012-09-19 06:15:41 -04:00
MOESI_CMP_directory.py AddrRange: Simplify AddrRange params Python hierarchy 2012-09-19 06:15:41 -04:00
MOESI_CMP_token.py AddrRange: Simplify AddrRange params Python hierarchy 2012-09-19 06:15:41 -04:00
MOESI_hammer.py AddrRange: Simplify AddrRange params Python hierarchy 2012-09-19 06:15:41 -04:00
Network_test.py AddrRange: Simplify AddrRange params Python hierarchy 2012-09-19 06:15:41 -04:00
Ruby.py AddrRange: Simplify AddrRange params Python hierarchy 2012-09-19 06:15:41 -04:00