gem5/src
Andreas Hansson cf5935445f Device: Bump PIO and PCI latencies to more reasonable values
This patch addresses a previously highlighted issue with the default
latencies used for PIO and PCI devices. The values are merely educated
guesses and might not represent the particular system you want to
model. However, the values in this patch are definitely far more
realistic than the previous ones.

In i8254xGBe, the writeConfig method is updated to use configDelay
instead of pioDelay.

A follow-up patch will update the regression stats.
2012-09-10 11:57:36 -04:00
..
arch Clock: Add a Cycles wrapper class and use where applicable 2012-08-28 14:30:33 -04:00
base loader: initialize all memory in the ObjectFile objects. 2012-09-07 14:20:52 -05:00
cpu O3: Get rid of incorrect assert in RAS. 2012-09-07 14:20:53 -05:00
dev Device: Bump PIO and PCI latencies to more reasonable values 2012-09-10 11:57:36 -04:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern syscall emulation: Enabled getrlimit and getrusage for x86. 2012-08-06 19:52:56 -07:00
mem Param: Transition to Cycles for relevant parameters 2012-09-07 12:34:38 -04:00
python sim: Remove the unused SimObject::regFormulas method 2012-09-07 14:20:53 -05:00
sim sim: Update the SimObject documentation 2012-09-07 14:20:53 -05:00
unittest stats: Add stats unittest for total calculations. 2012-06-05 01:23:10 -04:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript swig: Disable unused value warning with llvm 3.1 compilers 2012-08-28 14:30:22 -04:00