In the file MOESI_hammer-cache.sm, should the following transition be changed?
transition(MM, Other_GETS, I) {
c_sendExclusiveData;
l_popForwardQueue;
}
The above transition should be changed to:
transition(MM, Other_GETS, O) {
ee_sendDataShared;
l_popForwardQueue;
}
Thanks!
Zhiguo
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
