ruby: move stall and wakeup functions to AbstractController
[gem5.git] / src / mem / bus.hh
index 35c206fa94369d47ed9fde9babac3ecd835df0fc..705a3a999cd2a9d6df943b49cd8abd717a4db14d 100644 (file)
@@ -232,6 +232,9 @@ class BaseBus : public MemObject
     typedef AddrRangeMap<PortID>::const_iterator PortMapConstIter;
     AddrRangeMap<PortID> portMap;
 
+    /** all contigous ranges seen by this bus */
+    AddrRangeList busRanges;
+
     AddrRange defaultRange;
 
     /**