changeset 0adea7868e77 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=0adea7868e77
description:
        ruby: MI protocol: add a missing transition
        The transition for state MII and event Store was found missing during 
testing.
        The transition is being added. The controller will not stall the Store 
request
        in state MII

diffstat:

 src/mem/protocol/MI_example-cache.sm |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r dde110931867 -r 0adea7868e77 src/mem/protocol/MI_example-cache.sm
--- a/src/mem/protocol/MI_example-cache.sm      Sun Feb 10 21:43:17 2013 -0600
+++ b/src/mem/protocol/MI_example-cache.sm      Sun Feb 10 21:43:18 2013 -0600
@@ -413,7 +413,7 @@
 
   // TRANSITIONS
 
-  transition({IS, IM, MI, II}, {Load, Ifetch, Store, Replacement}) {
+  transition({IS, IM, MI, II, MII}, {Load, Ifetch, Store, Replacement}) {
     z_stall;
   }
 
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to