Review Board 2.0.15


Mem: Use range operations in bus in preparation for striping

Review Request #1429 - Created Sept. 21, 2012 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
This patch transitions the bus to use the AddrRange operations instead
of directly accessing the start and end. The change facilitates the
move to a more elaborate AddrRange class that also supports address
striping in the bus by specifying interleaving bits in the ranges.

Two new functions are added to the AddrRange to determine if two
ranges intersect, and if one is a subset of another. The bus
propagation of address ranges is also tweaked such that an update is
only propagated if the bus received information from all the
downstream slave modules. This avoids the iteration and need for the
cycle-breaking scheme that was previously used.
util/regress all passing (disregarding t1000 and eio)

Issue Summary

4 0 3 1
Description From Last Updated Status
Review request changed
Updated (Oct. 14, 2012, 10:27 p.m.)

Status: Closed (submitted)