[Gems-users] "e_sendData" in MOESI_CMP_directory-L1cache.sm


Date: Wed, 16 Apr 2008 16:26:13 +0800
From: "Hui Li" <lihui@xxxxxxxxxxxxxxxx>
Subject: [Gems-users] "e_sendData" in MOESI_CMP_directory-L1cache.sm
hello,
the action e_sendData in MOESI_CMP_directory-L1cache.sm always does this:
  out_msg.Dirty := false;
so it means that the contents in the cache entry are the same with memory.
however, in transition:
  transition(M, Fwd_GETS, O) {
    e_sendData;
    l_popForwardQueue;
  }
the Dirty flag should be true, right? or I missed some point?
regards,
lihui


[← Prev in Thread] Current Thread [Next in Thread→]