140,156d139
< * The clock ratio of the outgoing bus.
< * Used for calculating critical word first.
< */
< int busRatio;
<
< /**
< * The bus width in bytes of the outgoing bus.
< * Used for calculating critical word first.
< */
< int busWidth;
<
< /**
< * The latency of a hit in this device.
< */
< int hitLatency;
<
< /**
307,315d289
< * Allocate a new MSHR or write buffer to handle a miss.
< * @param pkt The access that missed.
< * @param time The time to continue processing the miss.
< * @param isFill Whether to fetch & allocate a block
< * or just forward the request.
< */
< MSHR *allocateBuffer(PacketPtr pkt, Tick time, bool requestBus);
<
< /**