diff options
author | Ron Dreslinski <rdreslin@umich.edu> | 2006-10-10 23:37:14 -0400 |
---|---|---|
committer | Ron Dreslinski <rdreslin@umich.edu> | 2006-10-10 23:37:14 -0400 |
commit | ca694ca7b1dc6b6315130627084947eddbc59b24 (patch) | |
tree | a7b84acdf0756e61313f5b0906854974c9a742ad /src/mem/bus.hh | |
parent | 477a3b0b61db26c86a390a75b2582279738dd221 (diff) | |
parent | 8353b1e21f40b9d1b45577821dc9826ad48213d6 (diff) | |
download | gem5-ca694ca7b1dc6b6315130627084947eddbc59b24.tar.xz |
Merge zizzer:/n/wexford/x/gblack/m5/newmem_bus
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/newmemcleanest
src/mem/bus.cc:
SCCS merged
--HG--
extra : convert_revision : 18608114350c466a56ab499ae523b01fcb2f6ef2
Diffstat (limited to 'src/mem/bus.hh')
-rw-r--r-- | src/mem/bus.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mem/bus.hh b/src/mem/bus.hh index 4f330230f..3d0d07a7f 100644 --- a/src/mem/bus.hh +++ b/src/mem/bus.hh @@ -125,6 +125,8 @@ class Bus : public MemObject */ void addressRanges(AddrRangeList &resp, AddrRangeList &snoop, int id); + /** Occupy the bus with transmitting the packet pkt */ + void occupyBus(PacketPtr pkt); /** Declaration of the buses port type, one will be instantiated for each of the interfaces connecting to the bus. */ |