Searched hist:9307 (Results 1 - 2 of 2) sorted by relevance
/gem5/src/dev/ | ||
H A D | dma_device.hh | diff 9307:98e05d58f9eb Tue Oct 23 04:49:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> dev: Remove zero-time loop in DMA timing send This patch removes the zero-time loop used to send items from the DMA port transmit list. Instead of having a loop, the DMA port now uses an event to schedule sending of a single packet. Ultimately this patch serves to ease the transition to a blocking 4-phase handshake. A follow-on patch will update the regression statistics. |
H A D | dma_device.cc | diff 9307:98e05d58f9eb Tue Oct 23 04:49:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> dev: Remove zero-time loop in DMA timing send This patch removes the zero-time loop used to send items from the DMA port transmit list. Instead of having a loop, the DMA port now uses an event to schedule sending of a single packet. Ultimately this patch serves to ease the transition to a blocking 4-phase handshake. A follow-on patch will update the regression statistics. |
Completed in 10 milliseconds