From 8353b1e21f40b9d1b45577821dc9826ad48213d6 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 10 Oct 2006 23:28:33 -0400 Subject: Make the bus is occupied for none broadcast packets as well. --HG-- extra : convert_revision : aef3c625172e92be8f29c4c57077fefee43046bb --- src/mem/bus.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mem/bus.hh') 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. */ -- cgit v1.2.3