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

/gem5/src/mem/
H A Dpacket_queue.cc9160:584662eaaecf Tue Aug 21 05:49:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> PacketQueue: Allow queuing in the same tick as desired send tick

This patch allows packets to be enqueued in the same tick as they are
intended to be sent. This does not imply they actually are sent that
tick, although that is possible.

This change is useful for module that use the queued ports primarly to
avoid handling the flow control involved in sending and retrying
packets.

Completed in 11 milliseconds