gem5/src
Andreas Sandberg fc6f569d94 cpu: Fix state transition bug in the traffic generator
The traffic generator used to incorrectly determine the next state in
when state 0 had a non-zero probability. Due to the way the next
transition was determined, state 0 could never be entered other than
as an initial state. This changeset updates the transitition() method
to correctly handle such cases and cases where the transition matrix
is a 1x1 matrix.
2013-03-12 18:41:29 +01:00
..
arch x86: implement some of the x87 instructions 2013-03-11 13:15:46 -05:00
base base: Fix address range granularity calculations 2013-03-07 05:55:03 -05:00
cpu cpu: Fix state transition bug in the traffic generator 2013-03-12 18:41:29 +01:00
dev scons: Fix warnings issued by clang 3.2svn (XCode 4.6) 2013-02-19 05:56:08 -05:00
doc MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
kern scons: Add warning for missing declarations 2013-02-19 05:56:07 -05:00
mem ruby: Fix gcc 4.8 maybe-uninitialized compilation error 2013-03-07 05:55:02 -05:00
proto scons: Address clang 3.2 compilation error 2013-01-14 10:23:56 -05:00
python scons: Add warning for missing declarations 2013-02-19 05:56:07 -05:00
sim sim: remove duplicate check on stack size 2013-03-02 18:04:51 -06:00
unittest AddrRange: Transition from Range<T> to AddrRange 2012-09-19 06:15:44 -04:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript scons: Unify the flags shared by gcc and clang 2013-02-19 05:56:07 -05:00