Searched hist:3218 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/
H A Dpacket.hhdiff 3218:41e0f5606940 Mon Oct 09 23:24:00 EDT 2006 Gabe Black <gblack@eecs.umich.edu> Fixes to the bus, and added fields to the packet.

src/mem/bus.cc:
Put back the check to see if the bus is busy. Also, populate the fields in the packet to indicate when the first word and the entire packet will be delivered.
src/mem/bus.hh:
Remove the occupyBus function.
src/mem/packet.hh:
Added fields to the packet to indicate when the first chunk of a packet arrives, and when the entire packet arrives.

Completed in 44 milliseconds